Html Css Color HEX #D4A6C3 Maverick

📋 copy color: '#D4A6C3'

red 212 ◦ green 166 ◦ blue 195

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

Shades of Maverick #D4A6C3

Tints of Maverick #D4A6C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.03%

R = 37%
G = 28.97%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D4A6C3 (or 0xD4A6C3) is known color: Maverick. HEX triplet: D4, A6 and C3. RGB value is (212,166,195). Sum of RGB (Red+Green+Blue) = 212+166+195=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A6C3 is #2B593C. Grayscale: #B6B6B6. Windows color (decimal): -2840893 or 12822228. OLE color: 12822228.

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

Color convert

RGB 212 166 195 -
CMYK 0 0.22 0.08 0.17
HSL 322.17º 0.35% 0.74% -
HSV(B) 322.17º 0.22% 0.83% -
XYZ 50.64 45.21 57.69 -
YUV 183.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 212 166 195 0 0.22 0.08 0.17 322.17 0.35 0.74
Hex D4 A6 C3 0 16 8 11 142 23 4A
Octal 324 246 303 0 26 10 21 502 43 112
Binary 11010100 10100110 11000011 0 10110 1000 10001 101000010 100011 1001010

Color Harmonies of #D4A6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A6C3

Black with #D4A6C3

Text Example


Text Example

White with #D4A6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A6C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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