Html Css Color HEX #D49EAC Kobi

📋 copy color: '#D49EAC'

red 212 ◦ green 158 ◦ blue 172

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

Shades of Kobi #D49EAC

Tints of Kobi #D49EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.73%

R = 39.11%
G = 29.15%
B = 31.73%

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

#D49EAC (or 0xD49EAC) is known color: Kobi. HEX triplet: D4, 9E and AC. RGB value is (212,158,172). Sum of RGB (Red+Green+Blue) = 212+158+172=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49EAC is #2B6153. Grayscale: #AFAFAF. Windows color (decimal): -2842964 or 11312852. OLE color: 11312852.

HSL color Cylindrical-coordinate representation of color #D49EAC: hue angle of 344.44º 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 #D49EAC is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 158 172 -
CMYK 0 0.25 0.19 0.17
HSL 344.44º 0.39% 0.73% -
HSV(B) 344.44º 0.25% 0.83% -
XYZ 46.82 41.43 44.56 -
YUV 175.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 212 158 172 0 0.25 0.19 0.17 344.44 0.39 0.73
Hex D4 9E AC 0 19 13 11 158 27 49
Octal 324 236 254 0 31 23 21 530 47 111
Binary 11010100 10011110 10101100 0 11001 10011 10001 101011000 100111 1001001

Color Harmonies of #D49EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EAC

Black with #D49EAC

Text Example


Text Example

White with #D49EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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