Html Css Color HEX #D49EAE Kobi

📋 copy color: '#D49EAE'

red 212 ◦ green 158 ◦ blue 174

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

Shades of Kobi #D49EAE

Tints of Kobi #D49EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.99%

R = 38.97%
G = 29.04%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D49EAE (or 0xD49EAE) is known color: Kobi. HEX triplet: D4, 9E and AE. RGB value is (212,158,174). Sum of RGB (Red+Green+Blue) = 212+158+174=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49EAE is #2B6151. Grayscale: #AFAFAF. Windows color (decimal): -2842962 or 11443924. OLE color: 11443924.

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

Color convert

RGB 212 158 174 -
CMYK 0 0.25 0.18 0.17
HSL 342.22º 0.39% 0.73% -
HSV(B) 342.22º 0.25% 0.83% -
XYZ 47.02 41.51 45.58 -
YUV 175.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 212 158 174 0 0.25 0.18 0.17 342.22 0.39 0.73
Hex D4 9E AE 0 19 12 11 156 27 49
Octal 324 236 256 0 31 22 21 526 47 111
Binary 11010100 10011110 10101110 0 11001 10010 10001 101010110 100111 1001001

Color Harmonies of #D49EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EAE

Black with #D49EAE

Text Example


Text Example

White with #D49EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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