#CC9CA6

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

Shades of Careys Pink #CC9CA6

Tints of Careys Pink #CC9CA6

Color information

#CC9CA6 (or 0xCC9CA6) is unknown color: approx Careys Pink. HEX triplet: CC, 9C and A6. RGB value is (204,156,166). Sum of RGB (Red+Green+Blue) = 204+156+166=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9CA6 is #336359. Grayscale: #ABABAB. Windows color (decimal): -3367770 or 10919116. OLE color: 10919116.

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

Color convert

RGB204156166-
CMYK00.240.190.2
HSL347.5º32%70.59%-
HSV(B)347.5º23.53%80%-
XYZ43.6739.3741.37-
YUV171.49124.9151.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 166 (65.23% from 255) = 31.56%
R=38.78%
G=29.66%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415616600.240.190.2347.53270.59
HexCC9CA6018131415c2047
Octal314234246030232453440107
Binary11001100100111001010011001100010011101001010111001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9CA6; }

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

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

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

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

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

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

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

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