#CF9EA9

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

Shades of Careys Pink #CF9EA9

Tints of Careys Pink #CF9EA9

Color information

#CF9EA9 (or 0xCF9EA9) is unknown color: approx Careys Pink. HEX triplet: CF, 9E and A9. RGB value is (207,158,169). Sum of RGB (Red+Green+Blue) = 207+158+169=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9EA9 is #306156. Grayscale: #ADADAD. Windows color (decimal): -3170647 or 11116239. OLE color: 11116239.

HSL color Cylindrical-coordinate representation of color #CF9EA9: hue angle of 346.53º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9EA9 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB207158169-
CMYK00.240.180.19
HSL346.53º33.79%71.57%-
HSV(B)346.53º23.67%81.18%-
XYZ45.1240.5842.99-
YUV173.9125.23151.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 169 (66.41% from 255) = 31.65%
R=38.76%
G=29.59%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715816900.240.180.19346.5333.7971.57
HexCF9EA9018121315b2248
Octal317236251030222353342110
Binary11001111100111101010100101100010010100111010110111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9EA9; }

 p { color: rgb(207,158,169); }

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

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

 a { background-color: rgb(207,158,169); }

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

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

 span { border-color: rgb(207,158,169); }

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