#E09CAA

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

Shades of Kobi #E09CAA

Tints of Kobi #E09CAA

Color information

#E09CAA (or 0xE09CAA) is unknown color: approx Kobi. HEX triplet: E0, 9C and AA. RGB value is (224,156,170). Sum of RGB (Red+Green+Blue) = 224+156+170=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09CAA is #1F6355. Grayscale: #B1B1B1. Windows color (decimal): -2057046 or 11181280. OLE color: 11181280.

HSL color Cylindrical-coordinate representation of color #E09CAA: hue angle of 347.65º 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 #E09CAA is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224156170-
CMYK00.300.240.12
HSL347.65º52.31%74.51%-
HSV(B)347.65º30.36%87.84%-
XYZ49.8842.5343.61-
YUV177.93123.53160.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 156 (61.33% from 255) = 28.36%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=40.73%
G=28.36%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415617000.300.240.12347.6552.3174.51
HexE09CAA01E18C15c344b
Octal340234252036301453464113
Binary1110000010011100101010100111101100011001010111001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09CAA; }

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

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

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

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

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

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

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

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