#CC999B

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

Shades of Careys Pink #CC999B

Tints of Careys Pink #CC999B

Color information

#CC999B (or 0xCC999B) is unknown color: approx Careys Pink. HEX triplet: CC, 99 and 9B. RGB value is (204,153,155). Sum of RGB (Red+Green+Blue) = 204+153+155=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC999B is #336664. Grayscale: #A8A8A8. Windows color (decimal): -3368549 or 10197452. OLE color: 10197452.

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

Color convert

RGB204153155-
CMYK00.250.240.2
HSL357.65º33.33%70%-
HSV(B)357.65º25%80%-
XYZ42.2137.9936.12-
YUV168.48120.4153.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=39.84%
G=29.88%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415315500.250.240.2357.6533.3370
HexCC999B01918141662146
Octal314231233031302454641106
Binary11001100100110011001101101100111000101001011001101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC999B; }

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

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

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

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

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

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

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

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