Html Css Color HEX #D7A4C6 Maverick

📋 copy color: '#D7A4C6'

red 215 ◦ green 164 ◦ blue 198

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

Shades of Maverick #D7A4C6

Tints of Maverick #D7A4C6

RGB

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

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

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

R = 37.26%
G = 28.42%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D7A4C6 (or 0xD7A4C6) is known color: Maverick. HEX triplet: D7, A4 and C6. RGB value is (215,164,198). Sum of RGB (Red+Green+Blue) = 215+164+198=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A4C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A4C6 is #285B39. Grayscale: #B7B7B7. Windows color (decimal): -2644794 or 13018327. OLE color: 13018327.

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

Color convert

RGB 215 164 198 -
CMYK 0 0.24 0.08 0.16
HSL 320º 0.39% 0.74% -
HSV(B) 320º 0.24% 0.84% -
XYZ 51.49 45.08 59.41 -
YUV 183.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 215 164 198 0 0.24 0.08 0.16 320 0.39 0.74
Hex D7 A4 C6 0 18 8 10 140 27 4A
Octal 327 244 306 0 30 10 20 500 47 112
Binary 11010111 10100100 11000110 0 11000 1000 10000 101000000 100111 1001010

Color Harmonies of #D7A4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A4C6

Black with #D7A4C6

Text Example


Text Example

White with #D7A4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A4C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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