Html Css Color HEX #D089AB Kobi

📋 copy color: '#D089AB'

red 208 ◦ green 137 ◦ blue 171

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

Shades of Kobi #D089AB

Tints of Kobi #D089AB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.55%

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

R = 40.31%
G = 26.55%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D089AB (or 0xD089AB) is known color: Kobi. HEX triplet: D0, 89 and AB. RGB value is (208,137,171). Sum of RGB (Red+Green+Blue) = 208+137+171=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D089AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D089AB is #2F7654. Grayscale: #A2A2A2. Windows color (decimal): -3110485 or 11241936. OLE color: 11241936.

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

Color convert

RGB 208 137 171 -
CMYK 0 0.34 0.18 0.18
HSL 331.27º 0.43% 0.68% -
HSV(B) 331.27º 0.34% 0.82% -
XYZ 42.31 34.24 42.91 -
YUV 162.11 133.02 160.74 -
System Red Green Blue C M Y K H S L
Decimal 208 137 171 0 0.34 0.18 0.18 331.27 0.43 0.68
Hex D0 89 AB 0 22 12 12 14B 2B 44
Octal 320 211 253 0 42 22 22 513 53 104
Binary 11010000 10001001 10101011 0 100010 10010 10010 101001011 101011 1000100

Color Harmonies of #D089AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D089AB

Black with #D089AB

Text Example


Text Example

White with #D089AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D089AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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