Html Css Color HEX #D6A7C7 Maverick

📋 copy color: '#D6A7C7'

red 214 ◦ green 167 ◦ blue 199

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

Shades of Maverick #D6A7C7

Tints of Maverick #D6A7C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.31%

R = 36.9%
G = 28.79%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D6A7C7 (or 0xD6A7C7) is known color: Maverick. HEX triplet: D6, A7 and C7. RGB value is (214,167,199). Sum of RGB (Red+Green+Blue) = 214+167+199=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A7C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7C7 is #295838. Grayscale: #B8B8B8. Windows color (decimal): -2709561 or 13084630. OLE color: 13084630.

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

Color convert

RGB 214 167 199 -
CMYK 0 0.22 0.07 0.16
HSL 319.15º 0.36% 0.75% -
HSV(B) 319.15º 0.22% 0.84% -
XYZ 51.86 46.06 60.19 -
YUV 184.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 214 167 199 0 0.22 0.07 0.16 319.15 0.36 0.75
Hex D6 A7 C7 0 16 7 10 13F 24 4B
Octal 326 247 307 0 26 7 20 477 44 113
Binary 11010110 10100111 11000111 0 10110 111 10000 100111111 100100 1001011

Color Harmonies of #D6A7C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A7C7

Black with #D6A7C7

Text Example


Text Example

White with #D6A7C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A7C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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