#CF999C

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

Shades of Careys Pink #CF999C

Tints of Careys Pink #CF999C

Color information

#CF999C (or 0xCF999C) is unknown color: approx Careys Pink. HEX triplet: CF, 99 and 9C. RGB value is (207,153,156). Sum of RGB (Red+Green+Blue) = 207+153+156=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF999C is #306663. Grayscale: #A9A9A9. Windows color (decimal): -3171940 or 10262991. OLE color: 10262991.

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

Color convert

RGB207153156-
CMYK00.260.250.19
HSL356.67º36%70.59%-
HSV(B)356.67º26.09%81.18%-
XYZ43.1238.4536.6-
YUV169.49120.39154.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=40.12%
G=29.65%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715315600.260.250.19356.673670.59
HexCF999C01A19131652447
Octal317231234032312354544107
Binary11001111100110011001110001101011001100111011001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF999C; }

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

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

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

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

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

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

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

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