#CC9EAE

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

Shades of Kobi #CC9EAE

Tints of Kobi #CC9EAE

Color information

#CC9EAE (or 0xCC9EAE) is unknown color: approx Kobi. HEX triplet: CC, 9E and AE. RGB value is (204,158,174). Sum of RGB (Red+Green+Blue) = 204+158+174=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9EAE is #336151. Grayscale: #ADADAD. Windows color (decimal): -3367250 or 11443916. OLE color: 11443916.

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

Color convert

RGB204158174-
CMYK00.230.150.2
HSL339.13º31.08%70.98%-
HSV(B)339.13º22.55%80%-
XYZ44.7740.3545.47-
YUV173.58128.24149.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=38.06%
G=29.48%
B=32.46%

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
Decimal20415817400.230.150.2339.1331.0870.98
HexCC9EAE017F141531f47
Octal314236256027172452337107
Binary110011001001111010101110010111111110100101010011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9EAE; }

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

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

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

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

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

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

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

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