Html Css Color HEX #E09CAD Kobi

📋 copy color: '#E09CAD'

red 224 ◦ green 156 ◦ blue 173

#E09CAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #E09CAD

Tints of Kobi #E09CAD

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 value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E09CAD (or 0xE09CAD) is known color: 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

RGB 224 156 173 -
CMYK 0 0.30 0.23 0.12
HSL 345º 0.52% 0.75% -
HSV(B) 345º 0.3% 0.88% -
XYZ 50.17 42.64 45.12 -
YUV 178.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 224 156 173 0 0.30 0.23 0.12 345 0.52 0.75
Hex E0 9C AD 0 1E 17 C 159 34 4B
Octal 340 234 255 0 36 27 14 531 64 113
Binary 11100000 10011100 10101101 0 11110 10111 1100 101011001 110100 1001011

Color Harmonies of #E09CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09CAD

Black with #E09CAD

Text Example


Text Example

White with #E09CAD

Text Example


Text Example

HTML Codes & Css Web 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>