Html Css Color HEX #D096B0 Kobi

📋 copy color: '#D096B0'

red 208 ◦ green 150 ◦ blue 176

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

Shades of Kobi #D096B0

Tints of Kobi #D096B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.96%

R = 38.95%
G = 28.09%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D096B0 (or 0xD096B0) is known color: Kobi. HEX triplet: D0, 96 and B0. RGB value is (208,150,176). Sum of RGB (Red+Green+Blue) = 208+150+176=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D096B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D096B0 is #2F694F. Grayscale: #AAAAAA. Windows color (decimal): -3107152 or 11572944. OLE color: 11572944.

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

Color convert

RGB 208 150 176 -
CMYK 0 0.28 0.15 0.18
HSL 333.1º 0.38% 0.7% -
HSV(B) 333.1º 0.28% 0.82% -
XYZ 44.76 38.36 46.12 -
YUV 170.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 208 150 176 0 0.28 0.15 0.18 333.1 0.38 0.7
Hex D0 96 B0 0 1C F 12 14D 26 46
Octal 320 226 260 0 34 17 22 515 46 106
Binary 11010000 10010110 10110000 0 11100 1111 10010 101001101 100110 1000110

Color Harmonies of #D096B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096B0

Black with #D096B0

Text Example


Text Example

White with #D096B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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