Html Css Color HEX #D09AAC Kobi

📋 copy color: '#D09AAC'

red 208 ◦ green 154 ◦ blue 172

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

Shades of Kobi #D09AAC

Tints of Kobi #D09AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.21%

R = 38.95%
G = 28.84%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D09AAC (or 0xD09AAC) is known color: Kobi. HEX triplet: D0, 9A and AC. RGB value is (208,154,172). Sum of RGB (Red+Green+Blue) = 208+154+172=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09AAC is #2F6553. Grayscale: #ACACAC. Windows color (decimal): -3106132 or 11311824. OLE color: 11311824.

HSL color Cylindrical-coordinate representation of color #D09AAC: hue angle of 340º 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 #D09AAC is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 154 172 -
CMYK 0 0.26 0.17 0.18
HSL 340º 0.36% 0.71% -
HSV(B) 340º 0.26% 0.82% -
XYZ 45.01 39.5 44.28 -
YUV 172.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 208 154 172 0 0.26 0.17 0.18 340 0.36 0.71
Hex D0 9A AC 0 1A 11 12 154 24 47
Octal 320 232 254 0 32 21 22 524 44 107
Binary 11010000 10011010 10101100 0 11010 10001 10010 101010100 100100 1000111

Color Harmonies of #D09AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09AAC

Black with #D09AAC

Text Example


Text Example

White with #D09AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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