#cf9ca2

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

Shades of Careys Pink #CF9CA2

Tints of Careys Pink #CF9CA2

Color information

#CF9CA2 (or 0xCF9CA2) is unknown color: approx Careys Pink. HEX triplet: CF, 9C and A2. RGB value is (207,156,162). Sum of RGB (Red+Green+Blue) = 207+156+162=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9CA2 is #30635D. Grayscale: #ABABAB. Windows color (decimal): -3171166 or 10656975. OLE color: 10656975.

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

Color convert

RGB207156162-
CMYK00.250.220.19
HSL352.94º34.69%71.18%-
HSV(B)352.94º24.64%81.18%-
XYZ44.1439.6539.51-
YUV171.93122.4153.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 162 (63.67% from 255) = 30.86%
R=39.43%
G=29.71%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715616200.250.220.19352.9434.6971.18
HexCF9CA201916131612347
Octal317234242031262354143107
Binary11001111100111001010001001100110110100111011000011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf9ca2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf9ca2; }

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

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

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

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

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

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

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

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