#CC999F

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

Shades of Careys Pink #CC999F

Tints of Careys Pink #CC999F

Color information

#CC999F (or 0xCC999F) is unknown color: approx Careys Pink. HEX triplet: CC, 99 and 9F. RGB value is (204,153,159). Sum of RGB (Red+Green+Blue) = 204+153+159=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC999F is #336660. Grayscale: #A8A8A8. Windows color (decimal): -3368545 or 10459596. OLE color: 10459596.

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

Color convert

RGB204153159-
CMYK00.250.220.2
HSL352.94º33.33%70%-
HSV(B)352.94º25%80%-
XYZ42.5538.1237.92-
YUV168.93122.4153.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=39.53%
G=29.65%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415315900.250.220.2352.9433.3370
HexCC999F01916141612146
Octal314231237031262454141106
Binary11001100100110011001111101100110110101001011000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC999F; }

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

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

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

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

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

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

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

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