#CC9FAE

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

Shades of Careys Pink #CC9FAE

Tints of Careys Pink #CC9FAE

Color information

#CC9FAE (or 0xCC9FAE) is unknown color: approx Careys Pink. HEX triplet: CC, 9F and AE. RGB value is (204,159,174). Sum of RGB (Red+Green+Blue) = 204+159+174=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9FAE is #336051. Grayscale: #AEAEAE. Windows color (decimal): -3366994 or 11444172. OLE color: 11444172.

HSL color Cylindrical-coordinate representation of color #CC9FAE: hue angle of 340º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CC9FAE is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204159174-
CMYK00.220.150.2
HSL340º30.61%71.18%-
HSV(B)340º22.06%80%-
XYZ44.9440.6945.53-
YUV174.17127.91149.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=37.99%
G=29.61%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415917400.220.150.234030.6171.18
HexCC9FAE016F141541f47
Octal314237256026172452437107
Binary110011001001111110101110010110111110100101010100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FAE; }

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

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

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

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

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

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

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

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