Html Css Color HEX #D49DAB Kobi

📋 copy color: '#D49DAB'

red 212 ◦ green 157 ◦ blue 171

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

Shades of Kobi #D49DAB

Tints of Kobi #D49DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.07%

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

R = 39.26%
G = 29.07%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D49DAB (or 0xD49DAB) is known color: Kobi. HEX triplet: D4, 9D and AB. RGB value is (212,157,171). Sum of RGB (Red+Green+Blue) = 212+157+171=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49DAB is #2B6254. Grayscale: #AFAFAF. Windows color (decimal): -2843221 or 11247060. OLE color: 11247060.

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

Color convert

RGB 212 157 171 -
CMYK 0 0.26 0.19 0.17
HSL 344.73º 0.39% 0.72% -
HSV(B) 344.73º 0.26% 0.83% -
XYZ 46.56 41.05 44 -
YUV 175.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 212 157 171 0 0.26 0.19 0.17 344.73 0.39 0.72
Hex D4 9D AB 0 1A 13 11 159 27 48
Octal 324 235 253 0 32 23 21 531 47 110
Binary 11010100 10011101 10101011 0 11010 10011 10001 101011001 100111 1001000

Color Harmonies of #D49DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49DAB

Black with #D49DAB

Text Example


Text Example

White with #D49DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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