#CC9CA7

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

Shades of Careys Pink #CC9CA7

Tints of Careys Pink #CC9CA7

Color information

#CC9CA7 (or 0xCC9CA7) is unknown color: approx Careys Pink. HEX triplet: CC, 9C and A7. RGB value is (204,156,167). Sum of RGB (Red+Green+Blue) = 204+156+167=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9CA7 is #336358. Grayscale: #ABABAB. Windows color (decimal): -3367769 or 10984652. OLE color: 10984652.

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

Color convert

RGB204156167-
CMYK00.240.180.2
HSL346.25º32%70.59%-
HSV(B)346.25º23.53%80%-
XYZ43.7739.441.86-
YUV171.61125.4151.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=38.71%
G=29.60%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415616700.240.180.2346.253270.59
HexCC9CA7018121415a2047
Octal314234247030222453240107
Binary11001100100111001010011101100010010101001010110101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9CA7; }

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

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

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

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

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

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

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

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