Html Css Color HEX #D4A4C2 Maverick

📋 copy color: '#D4A4C2'

red 212 ◦ green 164 ◦ blue 194

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

Shades of Maverick #D4A4C2

Tints of Maverick #D4A4C2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.77%

 BLUE value IS 194 (76.17% from 255) = 34.04%

R = 37.19%
G = 28.77%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D4A4C2 (or 0xD4A4C2) is known color: Maverick. HEX triplet: D4, A4 and C2. RGB value is (212,164,194). Sum of RGB (Red+Green+Blue) = 212+164+194=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4C2 is #2B5B3D. Grayscale: #B5B5B5. Windows color (decimal): -2841406 or 12756180. OLE color: 12756180.

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

Color convert

RGB 212 164 194 -
CMYK 0 0.23 0.08 0.17
HSL 322.5º 0.36% 0.74% -
HSV(B) 322.5º 0.23% 0.83% -
XYZ 50.16 44.44 56.97 -
YUV 181.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 212 164 194 0 0.23 0.08 0.17 322.5 0.36 0.74
Hex D4 A4 C2 0 17 8 11 142 24 4A
Octal 324 244 302 0 27 10 21 502 44 112
Binary 11010100 10100100 11000010 0 10111 1000 10001 101000010 100100 1001010

Color Harmonies of #D4A4C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A4C2

Black with #D4A4C2

Text Example


Text Example

White with #D4A4C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A4C2; }

 p { color: rgb(212,164,194); }

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

background-color css

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

 a { background-color: rgb(212,164,194); }

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

border-color css

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

 span { border-color: rgb(212,164,194); }

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