Html Css Color HEX #D4A6C6 Maverick

📋 copy color: '#D4A6C6'

red 212 ◦ green 166 ◦ blue 198

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

Shades of Maverick #D4A6C6

Tints of Maverick #D4A6C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.38%

R = 36.81%
G = 28.82%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D4A6C6 (or 0xD4A6C6) is known color: Maverick. HEX triplet: D4, A6 and C6. RGB value is (212,166,198). Sum of RGB (Red+Green+Blue) = 212+166+198=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A6C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A6C6 is #2B5939. Grayscale: #B7B7B7. Windows color (decimal): -2840890 or 13018836. OLE color: 13018836.

HSL color Cylindrical-coordinate representation of color #D4A6C6: hue angle of 318.26º 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 #D4A6C6 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 166 198 -
CMYK 0 0.22 0.07 0.17
HSL 318.26º 0.35% 0.74% -
HSV(B) 318.26º 0.22% 0.83% -
XYZ 50.98 45.35 59.49 -
YUV 183.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 212 166 198 0 0.22 0.07 0.17 318.26 0.35 0.74
Hex D4 A6 C6 0 16 7 11 13E 23 4A
Octal 324 246 306 0 26 7 21 476 43 112
Binary 11010100 10100110 11000110 0 10110 111 10001 100111110 100011 1001010

Color Harmonies of #D4A6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A6C6

Black with #D4A6C6

Text Example


Text Example

White with #D4A6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A6C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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