Html Css Color HEX #D0B0BE Maverick

📋 copy color: '#D0B0BE'

red 208 ◦ green 176 ◦ blue 190

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

Shades of Maverick #D0B0BE

Tints of Maverick #D0B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.66%

 BLUE value IS 190 (74.61% from 255) = 33.1%

R = 36.24%
G = 30.66%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0B0BE (or 0xD0B0BE) is known color: Maverick. HEX triplet: D0, B0 and BE. RGB value is (208,176,190). Sum of RGB (Red+Green+Blue) = 208+176+190=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B0BE is #2F4F41. Grayscale: #BBBBBB. Windows color (decimal): -3100482 or 12497104. OLE color: 12497104.

HSL color Cylindrical-coordinate representation of color #D0B0BE: hue angle of 333.75º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0B0BE is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 176 190 -
CMYK 0 0.15 0.09 0.18
HSL 333.75º 0.25% 0.75% -
HSV(B) 333.75º 0.15% 0.82% -
XYZ 50.83 48.18 55.34 -
YUV 187.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 208 176 190 0 0.15 0.09 0.18 333.75 0.25 0.75
Hex D0 B0 BE 0 F 9 12 14E 19 4B
Octal 320 260 276 0 17 11 22 516 31 113
Binary 11010000 10110000 10111110 0 1111 1001 10010 101001110 11001 1001011

Color Harmonies of #D0B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B0BE

Black with #D0B0BE

Text Example


Text Example

White with #D0B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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