Html Css Color HEX #D096AB Kobi

📋 copy color: '#D096AB'

red 208 ◦ green 150 ◦ blue 171

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

Shades of Kobi #D096AB

Tints of Kobi #D096AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.36%

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

R = 39.32%
G = 28.36%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D096AB (or 0xD096AB) is known color: Kobi. HEX triplet: D0, 96 and AB. RGB value is (208,150,171). Sum of RGB (Red+Green+Blue) = 208+150+171=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D096AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D096AB is #2F6954. Grayscale: #A9A9A9. Windows color (decimal): -3107157 or 11245264. OLE color: 11245264.

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

Color convert

RGB 208 150 171 -
CMYK 0 0.28 0.18 0.18
HSL 338.28º 0.38% 0.7% -
HSV(B) 338.28º 0.28% 0.82% -
XYZ 44.27 38.16 43.56 -
YUV 169.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 208 150 171 0 0.28 0.18 0.18 338.28 0.38 0.7
Hex D0 96 AB 0 1C 12 12 152 26 46
Octal 320 226 253 0 34 22 22 522 46 106
Binary 11010000 10010110 10101011 0 11100 10010 10010 101010010 100110 1000110

Color Harmonies of #D096AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096AB

Black with #D096AB

Text Example


Text Example

White with #D096AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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