Html Css Color HEX #D6A7C5 Maverick

📋 copy color: '#D6A7C5'

red 214 ◦ green 167 ◦ blue 197

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

Shades of Maverick #D6A7C5

Tints of Maverick #D6A7C5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.89%

 BLUE value IS 197 (77.34% from 255) = 34.08%

R = 37.02%
G = 28.89%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D6A7C5 (or 0xD6A7C5) is known color: Maverick. HEX triplet: D6, A7 and C5. RGB value is (214,167,197). Sum of RGB (Red+Green+Blue) = 214+167+197=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A7C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7C5 is #29583A. Grayscale: #B8B8B8. Windows color (decimal): -2709563 or 12953558. OLE color: 12953558.

HSL color Cylindrical-coordinate representation of color #D6A7C5: hue angle of 321.7º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6A7C5 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 167 197 -
CMYK 0 0.22 0.08 0.16
HSL 321.7º 0.36% 0.75% -
HSV(B) 321.7º 0.22% 0.84% -
XYZ 51.63 45.96 58.97 -
YUV 184.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 214 167 197 0 0.22 0.08 0.16 321.7 0.36 0.75
Hex D6 A7 C5 0 16 8 10 142 24 4B
Octal 326 247 305 0 26 10 20 502 44 113
Binary 11010110 10100111 11000101 0 10110 1000 10000 101000010 100100 1001011

Color Harmonies of #D6A7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A7C5

Black with #D6A7C5

Text Example


Text Example

White with #D6A7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A7C5; }

 p { color: rgb(214,167,197); }

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

background-color css

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

 a { background-color: rgb(214,167,197); }

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

border-color css

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

 span { border-color: rgb(214,167,197); }

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