Html Css Color HEX #D1AFC0 Maverick

📋 copy color: '#D1AFC0'

red 209 ◦ green 175 ◦ blue 192

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

Shades of Maverick #D1AFC0

Tints of Maverick #D1AFC0

RGB

 RED value IS 209 (82.03% from 255) = 36.28%

 GREEN value IS 175 (68.75% from 255) = 30.38%

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

R = 36.28%
G = 30.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D1AFC0 (or 0xD1AFC0) is known color: Maverick. HEX triplet: D1, AF and C0. RGB value is (209,175,192). Sum of RGB (Red+Green+Blue) = 209+175+192=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFC0 is #2E503F. Grayscale: #BBBBBB. Windows color (decimal): -3035200 or 12627921. OLE color: 12627921.

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

Color convert

RGB 209 175 192 -
CMYK 0 0.16 0.08 0.18
HSL 330º 0.27% 0.75% -
HSV(B) 330º 0.16% 0.82% -
XYZ 51.14 48.02 56.44 -
YUV 187.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 209 175 192 0 0.16 0.08 0.18 330 0.27 0.75
Hex D1 AF C0 0 10 8 12 14A 1B 4B
Octal 321 257 300 0 20 10 22 512 33 113
Binary 11010001 10101111 11000000 0 10000 1000 10010 101001010 11011 1001011

Color Harmonies of #D1AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFC0

Black with #D1AFC0

Text Example


Text Example

White with #D1AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFC0; }

 p { color: rgb(209,175,192); }

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

background-color css

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

 a { background-color: rgb(209,175,192); }

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

border-color css

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

 span { border-color: rgb(209,175,192); }

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