#CE9EAE

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

Shades of Kobi #CE9EAE

Tints of Kobi #CE9EAE

Color information

#CE9EAE (or 0xCE9EAE) is unknown color: approx Kobi. HEX triplet: CE, 9E and AE. RGB value is (206,158,174). Sum of RGB (Red+Green+Blue) = 206+158+174=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9EAE is #316151. Grayscale: #AEAEAE. Windows color (decimal): -3236178 or 11443918. OLE color: 11443918.

HSL color Cylindrical-coordinate representation of color #CE9EAE: hue angle of 340º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9EAE is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206158174-
CMYK00.230.160.19
HSL340º32.88%71.37%-
HSV(B)340º23.3%80.78%-
XYZ45.3240.6345.5-
YUV174.18127.9150.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 158 (62.11% from 255) = 29.37%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=38.29%
G=29.37%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615817400.230.160.1934032.8871.37
HexCE9EAE01710131542147
Octal316236256027202352441107
Binary11001110100111101010111001011110000100111010101001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9EAE; }

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

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

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

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

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

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

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

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