#CF989F

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

Shades of Careys Pink #CF989F

Tints of Careys Pink #CF989F

Color information

#CF989F (or 0xCF989F) is unknown color: approx Careys Pink. HEX triplet: CF, 98 and 9F. RGB value is (207,152,159). Sum of RGB (Red+Green+Blue) = 207+152+159=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF989F is #306760. Grayscale: #A9A9A9. Windows color (decimal): -3172193 or 10459343. OLE color: 10459343.

HSL color Cylindrical-coordinate representation of color #CF989F: hue angle of 352.36º degrees, saturation: 0.36, 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 #CF989F is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB207152159-
CMYK00.270.230.19
HSL352.36º36.42%70.39%-
HSV(B)352.36º26.57%81.18%-
XYZ43.2238.2337.9-
YUV169.24122.22154.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=39.96%
G=29.34%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715215900.270.230.19352.3636.4270.39
HexCF989F01B17131602446
Octal317230237033272354044106
Binary11001111100110001001111101101110111100111011000001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF989F; }

 p { color: rgb(207,152,159); }

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

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

 a { background-color: rgb(207,152,159); }

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

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

 span { border-color: rgb(207,152,159); }

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