Html Css Color HEX #D4AAC4 Maverick

📋 copy color: '#D4AAC4'

red 212 ◦ green 170 ◦ blue 196

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

Shades of Maverick #D4AAC4

Tints of Maverick #D4AAC4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.41%

 BLUE value IS 196 (76.95% from 255) = 33.91%

R = 36.68%
G = 29.41%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D4AAC4 (or 0xD4AAC4) is known color: Maverick. HEX triplet: D4, AA and C4. RGB value is (212,170,196). Sum of RGB (Red+Green+Blue) = 212+170+196=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AAC4 is #2B553B. Grayscale: #B9B9B9. Windows color (decimal): -2839868 or 12888788. OLE color: 12888788.

HSL color Cylindrical-coordinate representation of color #D4AAC4: hue angle of 322.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AAC4 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 170 196 -
CMYK 0 0.20 0.08 0.17
HSL 322.86º 0.33% 0.75% -
HSV(B) 322.86º 0.2% 0.83% -
XYZ 51.49 46.73 58.53 -
YUV 185.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 212 170 196 0 0.20 0.08 0.17 322.86 0.33 0.75
Hex D4 AA C4 0 14 8 11 143 21 4B
Octal 324 252 304 0 24 10 21 503 41 113
Binary 11010100 10101010 11000100 0 10100 1000 10001 101000011 100001 1001011

Color Harmonies of #D4AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAC4

Black with #D4AAC4

Text Example


Text Example

White with #D4AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAC4; }

 p { color: rgb(212,170,196); }

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

background-color css

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

 a { background-color: rgb(212,170,196); }

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

border-color css

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

 span { border-color: rgb(212,170,196); }

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