Html Css Color HEX #D0A6C7 Maverick

📋 copy color: '#D0A6C7'

red 208 ◦ green 166 ◦ blue 199

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

Shades of Maverick #D0A6C7

Tints of Maverick #D0A6C7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.97%

 BLUE value IS 199 (78.13% from 255) = 34.73%

R = 36.3%
G = 28.97%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D0A6C7 (or 0xD0A6C7) is known color: Maverick. HEX triplet: D0, A6 and C7. RGB value is (208,166,199). Sum of RGB (Red+Green+Blue) = 208+166+199=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6C7 is #2F5938. Grayscale: #B6B6B6. Windows color (decimal): -3103033 or 13084368. OLE color: 13084368.

HSL color Cylindrical-coordinate representation of color #D0A6C7: hue angle of 312.86º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A6C7 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 166 199 -
CMYK 0 0.20 0.04 0.18
HSL 312.86º 0.31% 0.73% -
HSV(B) 312.86º 0.2% 0.82% -
XYZ 49.96 44.81 60.05 -
YUV 182.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 208 166 199 0 0.20 0.04 0.18 312.86 0.31 0.73
Hex D0 A6 C7 0 14 4 12 139 1F 49
Octal 320 246 307 0 24 4 22 471 37 111
Binary 11010000 10100110 11000111 0 10100 100 10010 100111001 11111 1001001

Color Harmonies of #D0A6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A6C7

Black with #D0A6C7

Text Example


Text Example

White with #D0A6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A6C7; }

 p { color: rgb(208,166,199); }

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

background-color css

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

 a { background-color: rgb(208,166,199); }

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

border-color css

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

 span { border-color: rgb(208,166,199); }

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