Html Css Color HEX #D4A2C2 Maverick

📋 copy color: '#D4A2C2'

red 212 ◦ green 162 ◦ blue 194

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

Shades of Maverick #D4A2C2

Tints of Maverick #D4A2C2

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.52%

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

R = 37.32%
G = 28.52%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D4A2C2 (or 0xD4A2C2) is known color: Maverick. HEX triplet: D4, A2 and C2. RGB value is (212,162,194). Sum of RGB (Red+Green+Blue) = 212+162+194=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A2C2 is #2B5D3D. Grayscale: #B4B4B4. Windows color (decimal): -2841918 or 12755668. OLE color: 12755668.

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

Color convert

RGB 212 162 194 -
CMYK 0 0.24 0.08 0.17
HSL 321.6º 0.37% 0.73% -
HSV(B) 321.6º 0.24% 0.83% -
XYZ 49.81 43.73 56.85 -
YUV 180.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 212 162 194 0 0.24 0.08 0.17 321.6 0.37 0.73
Hex D4 A2 C2 0 18 8 11 142 25 49
Octal 324 242 302 0 30 10 21 502 45 111
Binary 11010100 10100010 11000010 0 11000 1000 10001 101000010 100101 1001001

Color Harmonies of #D4A2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A2C2

Black with #D4A2C2

Text Example


Text Example

White with #D4A2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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