Html Css Color HEX #D6A4CA Maverick

📋 copy color: '#D6A4CA'

red 214 ◦ green 164 ◦ blue 202

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

Shades of Maverick #D6A4CA

Tints of Maverick #D6A4CA

RGB

 RED value IS 214 (83.98% from 255) = 36.9%

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

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

R = 36.9%
G = 28.28%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6A4CA (or 0xD6A4CA) is known color: Maverick. HEX triplet: D6, A4 and CA. RGB value is (214,164,202). Sum of RGB (Red+Green+Blue) = 214+164+202=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A4CA is #295B35. Grayscale: #B7B7B7. Windows color (decimal): -2710326 or 13280470. OLE color: 13280470.

HSL color Cylindrical-coordinate representation of color #D6A4CA: hue angle of 314.4º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6A4CA is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 164 202 -
CMYK 0 0.23 0.06 0.16
HSL 314.4º 0.38% 0.74% -
HSV(B) 314.4º 0.23% 0.84% -
XYZ 51.67 45.11 61.86 -
YUV 183.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 214 164 202 0 0.23 0.06 0.16 314.4 0.38 0.74
Hex D6 A4 CA 0 17 6 10 13A 26 4A
Octal 326 244 312 0 27 6 20 472 46 112
Binary 11010110 10100100 11001010 0 10111 110 10000 100111010 100110 1001010

Color Harmonies of #D6A4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A4CA

Black with #D6A4CA

Text Example


Text Example

White with #D6A4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A4CA; }

 p { color: rgb(214,164,202); }

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

background-color css

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

 a { background-color: rgb(214,164,202); }

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

border-color css

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

 span { border-color: rgb(214,164,202); }

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