#CC9597

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

Shades of Careys Pink #CC9597

Tints of Careys Pink #CC9597

Color information

#CC9597 (or 0xCC9597) is unknown color: approx Careys Pink. HEX triplet: CC, 95 and 97. RGB value is (204,149,151). Sum of RGB (Red+Green+Blue) = 204+149+151=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9597 is #336A68. Grayscale: #A5A5A5. Windows color (decimal): -3369577 or 9934284. OLE color: 9934284.

HSL color Cylindrical-coordinate representation of color #CC9597: hue angle of 357.82º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC9597 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB204149151-
CMYK00.270.260.2
HSL357.82º35.03%69.22%-
HSV(B)357.82º26.96%80%-
XYZ41.2436.5734.16-
YUV165.67119.72155.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 149 (58.59% from 255) = 29.56%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=40.48%
G=29.56%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414915100.270.260.2357.8235.0369.22
HexCC959701B1A141662345
Octal314225227033322454643105
Binary11001100100101011001011101101111010101001011001101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9597; }

 p { color: rgb(204,149,151); }

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

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

 a { background-color: rgb(204,149,151); }

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

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

 span { border-color: rgb(204,149,151); }

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