Html Css Color HEX #D0A9C7 Maverick

📋 copy color: '#D0A9C7'

red 208 ◦ green 169 ◦ blue 199

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

Shades of Maverick #D0A9C7

Tints of Maverick #D0A9C7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.34%

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

R = 36.11%
G = 29.34%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D0A9C7 (or 0xD0A9C7) is known color: Maverick. HEX triplet: D0, A9 and C7. RGB value is (208,169,199). Sum of RGB (Red+Green+Blue) = 208+169+199=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A9C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A9C7 is #2F5638. Grayscale: #B8B8B8. Windows color (decimal): -3102265 or 13085136. OLE color: 13085136.

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

Color convert

RGB 208 169 199 -
CMYK 0 0.19 0.04 0.18
HSL 313.85º 0.29% 0.74% -
HSV(B) 313.85º 0.19% 0.82% -
XYZ 50.51 45.91 60.23 -
YUV 184.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 208 169 199 0 0.19 0.04 0.18 313.85 0.29 0.74
Hex D0 A9 C7 0 13 4 12 13A 1D 4A
Octal 320 251 307 0 23 4 22 472 35 112
Binary 11010000 10101001 11000111 0 10011 100 10010 100111010 11101 1001010

Color Harmonies of #D0A9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A9C7

Black with #D0A9C7

Text Example


Text Example

White with #D0A9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A9C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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