Html Css Color HEX #D49EAB Kobi

📋 copy color: '#D49EAB'

red 212 ◦ green 158 ◦ blue 171

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

Shades of Kobi #D49EAB

Tints of Kobi #D49EAB

RGB

 RED value IS 212 (83.2% from 255) = 39.19%

 GREEN value IS 158 (62.11% from 255) = 29.21%

 BLUE value IS 171 (67.19% from 255) = 31.61%

R = 39.19%
G = 29.21%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D49EAB (or 0xD49EAB) is known color: Kobi. HEX triplet: D4, 9E and AB. RGB value is (212,158,171). Sum of RGB (Red+Green+Blue) = 212+158+171=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49EAB is #2B6154. Grayscale: #AFAFAF. Windows color (decimal): -2842965 or 11247316. OLE color: 11247316.

HSL color Cylindrical-coordinate representation of color #D49EAB: hue angle of 345.56º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49EAB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 158 171 -
CMYK 0 0.25 0.19 0.17
HSL 345.56º 0.39% 0.73% -
HSV(B) 345.56º 0.25% 0.83% -
XYZ 46.73 41.39 44.05 -
YUV 175.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 212 158 171 0 0.25 0.19 0.17 345.56 0.39 0.73
Hex D4 9E AB 0 19 13 11 15A 27 49
Octal 324 236 253 0 31 23 21 532 47 111
Binary 11010100 10011110 10101011 0 11001 10011 10001 101011010 100111 1001001

Color Harmonies of #D49EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EAB

Black with #D49EAB

Text Example


Text Example

White with #D49EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EAB; }

 p { color: rgb(212,158,171); }

 H1.HeaderClassName
 {
   color: #D49EAB;
 }
 .AnyTagClassName
 {
   color: #D49EAB;
 }
</style>

background-color css

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

 a { background-color: rgb(212,158,171); }

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

border-color css

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

 span { border-color: rgb(212,158,171); }

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