#CC999E

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

Shades of Careys Pink #CC999E

Tints of Careys Pink #CC999E

Color information

#CC999E (or 0xCC999E) is unknown color: approx Careys Pink. HEX triplet: CC, 99 and 9E. RGB value is (204,153,158). Sum of RGB (Red+Green+Blue) = 204+153+158=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC999E is #336661. Grayscale: #A8A8A8. Windows color (decimal): -3368546 or 10394060. OLE color: 10394060.

HSL color Cylindrical-coordinate representation of color #CC999E: hue angle of 354.12º 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 #CC999E is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204153158-
CMYK00.250.230.2
HSL354.12º33.33%70%-
HSV(B)354.12º25%80%-
XYZ42.4638.0937.46-
YUV168.82121.9153.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=39.61%
G=29.71%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415315800.250.230.2354.1233.3370
HexCC999E01917141622146
Octal314231236031272454241106
Binary11001100100110011001111001100110111101001011000101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC999E; }

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

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

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

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

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

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

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

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