Html Css Color HEX #D5ACC0 Maverick

📋 copy color: '#D5ACC0'

red 213 ◦ green 172 ◦ blue 192

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

Shades of Maverick #D5ACC0

Tints of Maverick #D5ACC0

RGB

 RED value IS 213 (83.59% from 255) = 36.92%

 GREEN value IS 172 (67.58% from 255) = 29.81%

 BLUE value IS 192 (75.39% from 255) = 33.28%

R = 36.92%
G = 29.81%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5ACC0 (or 0xD5ACC0) is known color: Maverick. HEX triplet: D5, AC and C0. RGB value is (213,172,192). Sum of RGB (Red+Green+Blue) = 213+172+192=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACC0 is #2A533F. Grayscale: #BABABA. Windows color (decimal): -2773824 or 12627157. OLE color: 12627157.

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

Color convert

RGB 213 172 192 -
CMYK 0 0.19 0.10 0.16
HSL 330.73º 0.33% 0.75% -
HSV(B) 330.73º 0.19% 0.84% -
XYZ 51.71 47.46 56.3 -
YUV 186.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 213 172 192 0 0.19 0.10 0.16 330.73 0.33 0.75
Hex D5 AC C0 0 13 A 10 14B 21 4B
Octal 325 254 300 0 23 12 20 513 41 113
Binary 11010101 10101100 11000000 0 10011 1010 10000 101001011 100001 1001011

Color Harmonies of #D5ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACC0

Black with #D5ACC0

Text Example


Text Example

White with #D5ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACC0; }

 p { color: rgb(213,172,192); }

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

background-color css

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

 a { background-color: rgb(213,172,192); }

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

border-color css

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

 span { border-color: rgb(213,172,192); }

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