#CF999D

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

Shades of Careys Pink #CF999D

Tints of Careys Pink #CF999D

Color information

#CF999D (or 0xCF999D) is unknown color: approx Careys Pink. HEX triplet: CF, 99 and 9D. RGB value is (207,153,157). Sum of RGB (Red+Green+Blue) = 207+153+157=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF999D is #306662. Grayscale: #A9A9A9. Windows color (decimal): -3171939 or 10328527. OLE color: 10328527.

HSL color Cylindrical-coordinate representation of color #CF999D: hue angle of 355.56º 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 #CF999D is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB207153157-
CMYK00.260.240.19
HSL355.56º36%70.59%-
HSV(B)355.56º26.09%81.18%-
XYZ43.2138.4837.05-
YUV169.6120.89154.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=40.04%
G=29.59%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715315700.260.240.19355.563670.59
HexCF999D01A18131642447
Octal317231235032302354444107
Binary11001111100110011001110101101011000100111011001001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF999D; }

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

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

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

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

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

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

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

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