Html Css Color HEX #D09AAB Kobi

📋 copy color: '#D09AAB'

red 208 ◦ green 154 ◦ blue 171

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

Shades of Kobi #D09AAB

Tints of Kobi #D09AAB

RGB

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

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

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

R = 39.02%
G = 28.89%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D09AAB (or 0xD09AAB) is known color: Kobi. HEX triplet: D0, 9A and AB. RGB value is (208,154,171). Sum of RGB (Red+Green+Blue) = 208+154+171=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09AAB is #2F6554. Grayscale: #ACACAC. Windows color (decimal): -3106133 or 11246288. OLE color: 11246288.

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

Color convert

RGB 208 154 171 -
CMYK 0 0.26 0.18 0.18
HSL 341.11º 0.36% 0.71% -
HSV(B) 341.11º 0.26% 0.82% -
XYZ 44.92 39.46 43.78 -
YUV 172.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 208 154 171 0 0.26 0.18 0.18 341.11 0.36 0.71
Hex D0 9A AB 0 1A 12 12 155 24 47
Octal 320 232 253 0 32 22 22 525 44 107
Binary 11010000 10011010 10101011 0 11010 10010 10010 101010101 100100 1000111

Color Harmonies of #D09AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09AAB

Black with #D09AAB

Text Example


Text Example

White with #D09AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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