#CF9697

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

Shades of Careys Pink #CF9697

Tints of Careys Pink #CF9697

Color information

#CF9697 (or 0xCF9697) is unknown color: approx Careys Pink. HEX triplet: CF, 96 and 97. RGB value is (207,150,151). Sum of RGB (Red+Green+Blue) = 207+150+151=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9697 is #306968. Grayscale: #A7A7A7. Windows color (decimal): -3172713 or 9934543. OLE color: 9934543.

HSL color Cylindrical-coordinate representation of color #CF9697: hue angle of 358.95º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF9697 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB207150151-
CMYK00.280.270.19
HSL358.95º37.25%70%-
HSV(B)358.95º27.54%81.18%-
XYZ42.2237.3134.25-
YUV167.16118.88156.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 151 (59.38% from 255) = 29.72%
R=40.75%
G=29.53%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715015100.280.270.19358.9537.2570
HexCF969701C1B131672546
Octal317226227034332354745106
Binary11001111100101101001011101110011011100111011001111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9697; }

 p { color: rgb(207,150,151); }

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

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

 a { background-color: rgb(207,150,151); }

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

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

 span { border-color: rgb(207,150,151); }

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