#E09CAD

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

Shades of Kobi #E09CAD

Tints of Kobi #E09CAD

Color information

#E09CAD (or 0xE09CAD) is unknown color: approx Kobi. HEX triplet: E0, 9C and AD. RGB value is (224,156,173). Sum of RGB (Red+Green+Blue) = 224+156+173=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09CAD is #1F6352. Grayscale: #B2B2B2. Windows color (decimal): -2057043 or 11377888. OLE color: 11377888.

HSL color Cylindrical-coordinate representation of color #E09CAD: hue angle of 345º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09CAD is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224156173-
CMYK00.300.230.12
HSL345º52.31%74.51%-
HSV(B)345º30.36%87.84%-
XYZ50.1742.6445.12-
YUV178.27125.03160.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 156 (61.33% from 255) = 28.21%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=40.51%
G=28.21%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415617300.300.230.1234552.3174.51
HexE09CAD01E17C159344b
Octal340234255036271453164113
Binary1110000010011100101011010111101011111001010110011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09CAD; }

 p { color: rgb(224,156,173); }

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

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

 a { background-color: rgb(224,156,173); }

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

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

 span { border-color: rgb(224,156,173); }

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