Html Css Color HEX #D4A6C9 Maverick

📋 copy color: '#D4A6C9'

red 212 ◦ green 166 ◦ blue 201

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

Shades of Maverick #D4A6C9

Tints of Maverick #D4A6C9

RGB

 RED value IS 212 (83.2% from 255) = 36.61%

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

 BLUE value IS 201 (78.91% from 255) = 34.72%

R = 36.61%
G = 28.67%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4A6C9 (or 0xD4A6C9) is known color: Maverick. HEX triplet: D4, A6 and C9. RGB value is (212,166,201). Sum of RGB (Red+Green+Blue) = 212+166+201=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A6C9 is #2B5936. Grayscale: #B7B7B7. Windows color (decimal): -2840887 or 13215444. OLE color: 13215444.

HSL color Cylindrical-coordinate representation of color #D4A6C9: hue angle of 314.35º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4A6C9 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 166 201 -
CMYK 0 0.22 0.05 0.17
HSL 314.35º 0.35% 0.74% -
HSV(B) 314.35º 0.22% 0.83% -
XYZ 51.33 45.49 61.33 -
YUV 183.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 212 166 201 0 0.22 0.05 0.17 314.35 0.35 0.74
Hex D4 A6 C9 0 16 5 11 13A 23 4A
Octal 324 246 311 0 26 5 21 472 43 112
Binary 11010100 10100110 11001001 0 10110 101 10001 100111010 100011 1001010

Color Harmonies of #D4A6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A6C9

Black with #D4A6C9

Text Example


Text Example

White with #D4A6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A6C9; }

 p { color: rgb(212,166,201); }

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

background-color css

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

 a { background-color: rgb(212,166,201); }

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

border-color css

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

 span { border-color: rgb(212,166,201); }

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