Html Css Color HEX #D6A5CA Maverick

📋 copy color: '#D6A5CA'

red 214 ◦ green 165 ◦ blue 202

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

Shades of Maverick #D6A5CA

Tints of Maverick #D6A5CA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.4%

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

R = 36.83%
G = 28.4%
B = 34.77%

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

#D6A5CA (or 0xD6A5CA) is known color: Maverick. HEX triplet: D6, A5 and CA. RGB value is (214,165,202). Sum of RGB (Red+Green+Blue) = 214+165+202=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A5CA is #295A35. Grayscale: #B7B7B7. Windows color (decimal): -2710070 or 13280726. OLE color: 13280726.

HSL color Cylindrical-coordinate representation of color #D6A5CA: hue angle of 314.69º degrees, saturation: 0.37, 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 #D6A5CA is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 165 202 -
CMYK 0 0.23 0.06 0.16
HSL 314.69º 0.37% 0.74% -
HSV(B) 314.69º 0.23% 0.84% -
XYZ 51.85 45.47 61.92 -
YUV 183.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 214 165 202 0 0.23 0.06 0.16 314.69 0.37 0.74
Hex D6 A5 CA 0 17 6 10 13B 25 4A
Octal 326 245 312 0 27 6 20 473 45 112
Binary 11010110 10100101 11001010 0 10111 110 10000 100111011 100101 1001010

Color Harmonies of #D6A5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A5CA

Black with #D6A5CA

Text Example


Text Example

White with #D6A5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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