#CF979C

Color #CF979C Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #CF979C

Tints of Careys Pink #CF979C

Color information

#CF979C (or 0xCF979C) is unknown color: approx Careys Pink. HEX triplet: CF, 97 and 9C. RGB value is (207,151,156). Sum of RGB (Red+Green+Blue) = 207+151+156=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF979C is #306863. Grayscale: #A8A8A8. Windows color (decimal): -3172452 or 10262479. OLE color: 10262479.

HSL color Cylindrical-coordinate representation of color #CF979C: hue angle of 354.64º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF979C is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB207151156-
CMYK00.270.250.19
HSL354.64º36.84%70.2%-
HSV(B)354.64º27.05%81.18%-
XYZ42.837.836.49-
YUV168.31121.05155.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 151 (59.38% from 255) = 29.38%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=40.27%
G=29.38%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715115600.270.250.19354.6436.8470.2
HexCF979C01B19131632546
Octal317227234033312354345106
Binary11001111100101111001110001101111001100111011000111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF979C; }

 p { color: rgb(207,151,156); }

 H1.HeaderClassName
 {
   color: #CF979C;
 }
 .AnyTagClassName
 {
   color: #CF979C;
 }
</style>
background-color css

<style>
 a { background-color: #CF979C; }

 a { background-color: rgb(207,151,156); }

 div.DivClassName
 {
   background-color: #CF979C;
 }
 .BgClassName
 {
   background-color: #CF979C;
 }
</style>
border-color css

<style>
 span { border-color: #CF979C; }

 span { border-color: rgb(207,151,156); }

 td.TdClassName
 {
   border-color: #CF979C;
 }
 .TagClassName
 {
   border-color: #CF979C;
 }
</style>