Html Css Color HEX #D7A8C5 Maverick

📋 copy color: '#D7A8C5'

red 215 ◦ green 168 ◦ blue 197

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

Shades of Maverick #D7A8C5

Tints of Maverick #D7A8C5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.97%

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

R = 37.07%
G = 28.97%
B = 33.97%

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

#D7A8C5 (or 0xD7A8C5) is known color: Maverick. HEX triplet: D7, A8 and C5. RGB value is (215,168,197). Sum of RGB (Red+Green+Blue) = 215+168+197=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8C5 is #28573A. Grayscale: #B9B9B9. Windows color (decimal): -2643771 or 12953815. OLE color: 12953815.

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

Color convert

RGB 215 168 197 -
CMYK 0 0.22 0.08 0.16
HSL 322.98º 0.37% 0.75% -
HSV(B) 322.98º 0.22% 0.84% -
XYZ 52.11 46.48 59.05 -
YUV 185.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 215 168 197 0 0.22 0.08 0.16 322.98 0.37 0.75
Hex D7 A8 C5 0 16 8 10 143 25 4B
Octal 327 250 305 0 26 10 20 503 45 113
Binary 11010111 10101000 11000101 0 10110 1000 10000 101000011 100101 1001011

Color Harmonies of #D7A8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A8C5

Black with #D7A8C5

Text Example


Text Example

White with #D7A8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A8C5; }

 p { color: rgb(215,168,197); }

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

background-color css

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

 a { background-color: rgb(215,168,197); }

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

border-color css

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

 span { border-color: rgb(215,168,197); }

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