Html Css Color HEX #D8A0AB Kobi

📋 copy color: '#D8A0AB'

red 216 ◦ green 160 ◦ blue 171

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

Shades of Kobi #D8A0AB

Tints of Kobi #D8A0AB

RGB

 RED value IS 216 (84.77% from 255) = 39.49%

 GREEN value IS 160 (62.89% from 255) = 29.25%

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

R = 39.49%
G = 29.25%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D8A0AB (or 0xD8A0AB) is known color: Kobi. HEX triplet: D8, A0 and AB. RGB value is (216,160,171). Sum of RGB (Red+Green+Blue) = 216+160+171=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A0AB is #275F54. Grayscale: #B2B2B2. Windows color (decimal): -2580309 or 11247832. OLE color: 11247832.

HSL color Cylindrical-coordinate representation of color #D8A0AB: hue angle of 348.21º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A0AB is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 171 -
CMYK 0 0.26 0.21 0.15
HSL 348.21º 0.42% 0.74% -
HSV(B) 348.21º 0.26% 0.85% -
XYZ 48.24 42.68 44.22 -
YUV 178 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 216 160 171 0 0.26 0.21 0.15 348.21 0.42 0.74
Hex D8 A0 AB 0 1A 15 F 15C 2A 4A
Octal 330 240 253 0 32 25 17 534 52 112
Binary 11011000 10100000 10101011 0 11010 10101 1111 101011100 101010 1001010

Color Harmonies of #D8A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A0AB

Black with #D8A0AB

Text Example


Text Example

White with #D8A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A0AB; }

 p { color: rgb(216,160,171); }

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

background-color css

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

 a { background-color: rgb(216,160,171); }

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

border-color css

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

 span { border-color: rgb(216,160,171); }

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