#CC9B9F

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

Shades of Careys Pink #CC9B9F

Tints of Careys Pink #CC9B9F

Color information

#CC9B9F (or 0xCC9B9F) is unknown color: approx Careys Pink. HEX triplet: CC, 9B and 9F. RGB value is (204,155,159). Sum of RGB (Red+Green+Blue) = 204+155+159=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9B9F is #336460. Grayscale: #AAAAAA. Windows color (decimal): -3368033 or 10460108. OLE color: 10460108.

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

Color convert

RGB204155159-
CMYK00.240.220.2
HSL355.1º32.45%70.39%-
HSV(B)355.1º24.02%80%-
XYZ42.8838.7838.03-
YUV170.11121.73152.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=39.38%
G=29.92%
B=30.69%

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
Decimal20415515900.240.220.2355.132.4570.39
HexCC9B9F01816141632046
Octal314233237030262454340106
Binary11001100100110111001111101100010110101001011000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9B9F; }

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

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

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

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

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

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

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

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