Html Css Color HEX #D4A6CA Maverick

📋 copy color: '#D4A6CA'

red 212 ◦ green 166 ◦ blue 202

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

Shades of Maverick #D4A6CA

Tints of Maverick #D4A6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.83%

R = 36.55%
G = 28.62%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4A6CA (or 0xD4A6CA) is known color: Maverick. HEX triplet: D4, A6 and CA. RGB value is (212,166,202). Sum of RGB (Red+Green+Blue) = 212+166+202=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A6CA is #2B5935. Grayscale: #B7B7B7. Windows color (decimal): -2840886 or 13280980. OLE color: 13280980.

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

Color convert

RGB 212 166 202 -
CMYK 0 0.22 0.05 0.17
HSL 313.04º 0.35% 0.74% -
HSV(B) 313.04º 0.22% 0.83% -
XYZ 51.45 45.53 61.95 -
YUV 183.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 212 166 202 0 0.22 0.05 0.17 313.04 0.35 0.74
Hex D4 A6 CA 0 16 5 11 139 23 4A
Octal 324 246 312 0 26 5 21 471 43 112
Binary 11010100 10100110 11001010 0 10110 101 10001 100111001 100011 1001010

Color Harmonies of #D4A6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A6CA

Black with #D4A6CA

Text Example


Text Example

White with #D4A6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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