#CC9EAD

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

Shades of Careys Pink #CC9EAD

Tints of Careys Pink #CC9EAD

Color information

#CC9EAD (or 0xCC9EAD) is unknown color: approx Careys Pink. HEX triplet: CC, 9E and AD. RGB value is (204,158,173). Sum of RGB (Red+Green+Blue) = 204+158+173=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9EAD is #336152. Grayscale: #ADADAD. Windows color (decimal): -3367251 or 11378380. OLE color: 11378380.

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

Color convert

RGB204158173-
CMYK00.230.150.2
HSL340.43º31.08%70.98%-
HSV(B)340.43º22.55%80%-
XYZ44.6740.3144.96-
YUV173.46127.74149.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=38.13%
G=29.53%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415817300.230.150.2340.4331.0870.98
HexCC9EAD017F141541f47
Octal314236255027172452437107
Binary110011001001111010101101010111111110100101010100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9EAD; }

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

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

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

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

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

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

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

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