Html Css Color HEX #D49AAB Kobi

📋 copy color: '#D49AAB'

red 212 ◦ green 154 ◦ blue 171

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

Shades of Kobi #D49AAB

Tints of Kobi #D49AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.68%

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

R = 39.48%
G = 28.68%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D49AAB (or 0xD49AAB) is known color: Kobi. HEX triplet: D4, 9A and AB. RGB value is (212,154,171). Sum of RGB (Red+Green+Blue) = 212+154+171=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49AAB is #2B6554. Grayscale: #ADADAD. Windows color (decimal): -2843989 or 11246292. OLE color: 11246292.

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

Color convert

RGB 212 154 171 -
CMYK 0 0.27 0.19 0.17
HSL 342.41º 0.4% 0.72% -
HSV(B) 342.41º 0.27% 0.83% -
XYZ 46.06 40.05 43.83 -
YUV 173.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 212 154 171 0 0.27 0.19 0.17 342.41 0.4 0.72
Hex D4 9A AB 0 1B 13 11 156 28 48
Octal 324 232 253 0 33 23 21 526 50 110
Binary 11010100 10011010 10101011 0 11011 10011 10001 101010110 101000 1001000

Color Harmonies of #D49AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AAB

Black with #D49AAB

Text Example


Text Example

White with #D49AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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