Html Css Color HEX #D0A4C6 Maverick

📋 copy color: '#D0A4C6'

red 208 ◦ green 164 ◦ blue 198

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

Shades of Maverick #D0A4C6

Tints of Maverick #D0A4C6

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.77%

 BLUE value IS 198 (77.73% from 255) = 34.74%

R = 36.49%
G = 28.77%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D0A4C6 (or 0xD0A4C6) is known color: Maverick. HEX triplet: D0, A4 and C6. RGB value is (208,164,198). Sum of RGB (Red+Green+Blue) = 208+164+198=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A4C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4C6 is #2F5B39. Grayscale: #B4B4B4. Windows color (decimal): -3103546 or 13018320. OLE color: 13018320.

HSL color Cylindrical-coordinate representation of color #D0A4C6: hue angle of 313.64º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A4C6 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 164 198 -
CMYK 0 0.21 0.05 0.18
HSL 313.64º 0.32% 0.73% -
HSV(B) 313.64º 0.21% 0.82% -
XYZ 49.48 44.04 59.32 -
YUV 181.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 208 164 198 0 0.21 0.05 0.18 313.64 0.32 0.73
Hex D0 A4 C6 0 15 5 12 13A 20 49
Octal 320 244 306 0 25 5 22 472 40 111
Binary 11010000 10100100 11000110 0 10101 101 10010 100111010 100000 1001001

Color Harmonies of #D0A4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A4C6

Black with #D0A4C6

Text Example


Text Example

White with #D0A4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A4C6; }

 p { color: rgb(208,164,198); }

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

background-color css

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

 a { background-color: rgb(208,164,198); }

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

border-color css

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

 span { border-color: rgb(208,164,198); }

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