#CD9EAE

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

Shades of Kobi #CD9EAE

Tints of Kobi #CD9EAE

Color information

#CD9EAE (or 0xCD9EAE) is unknown color: approx Kobi. HEX triplet: CD, 9E and AE. RGB value is (205,158,174). Sum of RGB (Red+Green+Blue) = 205+158+174=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9EAE is #326151. Grayscale: #ADADAD. Windows color (decimal): -3301714 or 11443917. OLE color: 11443917.

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

Color convert

RGB205158174-
CMYK00.230.150.20
HSL339.57º31.97%71.18%-
HSV(B)339.57º22.93%80.39%-
XYZ45.0440.4945.49-
YUV173.88128.07150.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 158 (62.11% from 255) = 29.42%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=38.18%
G=29.42%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515817400.230.150.20339.5731.9771.18
HexCD9EAE017F141542047
Octal315236256027172452440107
Binary1100110110011110101011100101111111101001010101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9EAE; }

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

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

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

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

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

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

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

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