Html Css Color HEX #D7A7C6 Maverick

📋 copy color: '#D7A7C6'

red 215 ◦ green 167 ◦ blue 198

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

Shades of Maverick #D7A7C6

Tints of Maverick #D7A7C6

RGB

 RED value IS 215 (84.38% from 255) = 37.07%

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

 BLUE value IS 198 (77.73% from 255) = 34.14%

R = 37.07%
G = 28.79%
B = 34.14%

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

#D7A7C6 (or 0xD7A7C6) is known color: Maverick. HEX triplet: D7, A7 and C6. RGB value is (215,167,198). Sum of RGB (Red+Green+Blue) = 215+167+198=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A7C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A7C6 is #285839. Grayscale: #B8B8B8. Windows color (decimal): -2644026 or 13019095. OLE color: 13019095.

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

Color convert

RGB 215 167 198 -
CMYK 0 0.22 0.08 0.16
HSL 321.25º 0.38% 0.75% -
HSV(B) 321.25º 0.22% 0.84% -
XYZ 52.04 46.16 59.59 -
YUV 184.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 215 167 198 0 0.22 0.08 0.16 321.25 0.38 0.75
Hex D7 A7 C6 0 16 8 10 141 26 4B
Octal 327 247 306 0 26 10 20 501 46 113
Binary 11010111 10100111 11000110 0 10110 1000 10000 101000001 100110 1001011

Color Harmonies of #D7A7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A7C6

Black with #D7A7C6

Text Example


Text Example

White with #D7A7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A7C6; }

 p { color: rgb(215,167,198); }

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

background-color css

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

 a { background-color: rgb(215,167,198); }

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

border-color css

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

 span { border-color: rgb(215,167,198); }

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