Html Css Color HEX #D7A9C0 Maverick

📋 copy color: '#D7A9C0'

red 215 ◦ green 169 ◦ blue 192

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

Shades of Maverick #D7A9C0

Tints of Maverick #D7A9C0

RGB

 RED value IS 215 (84.38% from 255) = 37.33%

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

 BLUE value IS 192 (75.39% from 255) = 33.33%

R = 37.33%
G = 29.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D7A9C0 (or 0xD7A9C0) is known color: Maverick. HEX triplet: D7, A9 and C0. RGB value is (215,169,192). Sum of RGB (Red+Green+Blue) = 215+169+192=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A9C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A9C0 is #28563F. Grayscale: #B9B9B9. Windows color (decimal): -2643520 or 12626391. OLE color: 12626391.

HSL color Cylindrical-coordinate representation of color #D7A9C0: hue angle of 330º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7A9C0 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 169 192 -
CMYK 0 0.21 0.11 0.16
HSL 330º 0.37% 0.75% -
HSV(B) 330º 0.21% 0.84% -
XYZ 51.73 46.63 56.14 -
YUV 185.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 215 169 192 0 0.21 0.11 0.16 330 0.37 0.75
Hex D7 A9 C0 0 15 B 10 14A 25 4B
Octal 327 251 300 0 25 13 20 512 45 113
Binary 11010111 10101001 11000000 0 10101 1011 10000 101001010 100101 1001011

Color Harmonies of #D7A9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A9C0

Black with #D7A9C0

Text Example


Text Example

White with #D7A9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A9C0; }

 p { color: rgb(215,169,192); }

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

background-color css

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

 a { background-color: rgb(215,169,192); }

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

border-color css

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

 span { border-color: rgb(215,169,192); }

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