#D0BACA

Color #D0BACA Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D0BACA

Tints of Maverick #D0BACA

Color information

#D0BACA (or 0xD0BACA) is unknown color: approx Maverick. HEX triplet: D0, BA and CA. RGB value is (208,186,202). Sum of RGB (Red+Green+Blue) = 208+186+202=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BACA is #2F4535. Grayscale: #C2C2C2. Windows color (decimal): -3097910 or 13286096. OLE color: 13286096.

HSL color Cylindrical-coordinate representation of color #D0BACA: hue angle of 316.36º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0BACA is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208186202-
CMYK00.110.030.18
HSL316.36º18.97%77.25%-
HSV(B)316.36º10.58%81.57%-
XYZ54.2352.7963.21-
YUV194.4132.29137.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=34.90%
G=31.21%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818620200.110.030.18316.3618.9777.25
HexD0BACA0B31213c134d
Octal32027231201332247423115
Binary110100001011101011001010010111110010100111100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BACA; }

 p { color: rgb(208,186,202); }

 H1.HeaderClassName
 {
   color: #D0BACA;
 }
 .AnyTagClassName
 {
   color: #D0BACA;
 }
</style>
background-color css

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

 a { background-color: rgb(208,186,202); }

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

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

 span { border-color: rgb(208,186,202); }

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