Html Css Color HEX #D09BAB Kobi

📋 copy color: '#D09BAB'

red 208 ◦ green 155 ◦ blue 171

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

Shades of Kobi #D09BAB

Tints of Kobi #D09BAB

RGB

 RED value IS 208 (81.64% from 255) = 38.95%

 GREEN value IS 155 (60.94% from 255) = 29.03%

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

R = 38.95%
G = 29.03%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D09BAB (or 0xD09BAB) is known color: Kobi. HEX triplet: D0, 9B and AB. RGB value is (208,155,171). Sum of RGB (Red+Green+Blue) = 208+155+171=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09BAB is #2F6454. Grayscale: #ACACAC. Windows color (decimal): -3105877 or 11246544. OLE color: 11246544.

HSL color Cylindrical-coordinate representation of color #D09BAB: hue angle of 341.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09BAB is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 155 171 -
CMYK 0 0.25 0.18 0.18
HSL 341.89º 0.36% 0.71% -
HSV(B) 341.89º 0.25% 0.82% -
XYZ 45.08 39.79 43.83 -
YUV 172.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 208 155 171 0 0.25 0.18 0.18 341.89 0.36 0.71
Hex D0 9B AB 0 19 12 12 156 24 47
Octal 320 233 253 0 31 22 22 526 44 107
Binary 11010000 10011011 10101011 0 11001 10010 10010 101010110 100100 1000111

Color Harmonies of #D09BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09BAB

Black with #D09BAB

Text Example


Text Example

White with #D09BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09BAB; }

 p { color: rgb(208,155,171); }

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

background-color css

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

 a { background-color: rgb(208,155,171); }

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

border-color css

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

 span { border-color: rgb(208,155,171); }

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