#CC9C9F

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

Shades of Careys Pink #CC9C9F

Tints of Careys Pink #CC9C9F

Color information

#CC9C9F (or 0xCC9C9F) is unknown color: approx Careys Pink. HEX triplet: CC, 9C and 9F. RGB value is (204,156,159). Sum of RGB (Red+Green+Blue) = 204+156+159=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9C9F is #336360. Grayscale: #AAAAAA. Windows color (decimal): -3367777 or 10460364. OLE color: 10460364.

HSL color Cylindrical-coordinate representation of color #CC9C9F: hue angle of 356.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9C9F is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204156159-
CMYK00.240.220.2
HSL356.25º32%70.59%-
HSV(B)356.25º23.53%80%-
XYZ43.0539.1238.08-
YUV170.69121.4151.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 159 (62.5% from 255) = 30.64%
R=39.31%
G=30.06%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415615900.240.220.2356.253270.59
HexCC9C9F01816141642047
Octal314234237030262454440107
Binary11001100100111001001111101100010110101001011001001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9C9F; }

 p { color: rgb(204,156,159); }

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

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

 a { background-color: rgb(204,156,159); }

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

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

 span { border-color: rgb(204,156,159); }

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