Html Css Color HEX #D094AB Kobi

📋 copy color: '#D094AB'

red 208 ◦ green 148 ◦ blue 171

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

Shades of Kobi #D094AB

Tints of Kobi #D094AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.08%

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

R = 39.47%
G = 28.08%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D094AB (or 0xD094AB) is known color: Kobi. HEX triplet: D0, 94 and AB. RGB value is (208,148,171). Sum of RGB (Red+Green+Blue) = 208+148+171=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D094AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D094AB is #2F6B54. Grayscale: #A8A8A8. Windows color (decimal): -3107669 or 11244752. OLE color: 11244752.

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

Color convert

RGB 208 148 171 -
CMYK 0 0.29 0.18 0.18
HSL 337º 0.39% 0.7% -
HSV(B) 337º 0.29% 0.82% -
XYZ 43.95 37.53 43.46 -
YUV 168.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 208 148 171 0 0.29 0.18 0.18 337 0.39 0.7
Hex D0 94 AB 0 1D 12 12 151 27 46
Octal 320 224 253 0 35 22 22 521 47 106
Binary 11010000 10010100 10101011 0 11101 10010 10010 101010001 100111 1000110

Color Harmonies of #D094AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094AB

Black with #D094AB

Text Example


Text Example

White with #D094AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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