Html Css Color HEX #D5ACBF Maverick

📋 copy color: '#D5ACBF'

red 213 ◦ green 172 ◦ blue 191

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

Shades of Maverick #D5ACBF

Tints of Maverick #D5ACBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.16%

R = 36.98%
G = 29.86%
B = 33.16%

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

#D5ACBF (or 0xD5ACBF) is known color: Maverick. HEX triplet: D5, AC and BF. RGB value is (213,172,191). Sum of RGB (Red+Green+Blue) = 213+172+191=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACBF is #2A5340. Grayscale: #BABABA. Windows color (decimal): -2773825 or 12561621. OLE color: 12561621.

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

Color convert

RGB 213 172 191 -
CMYK 0 0.19 0.10 0.16
HSL 332.2º 0.33% 0.75% -
HSV(B) 332.2º 0.19% 0.84% -
XYZ 51.6 47.41 55.72 -
YUV 186.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 213 172 191 0 0.19 0.10 0.16 332.2 0.33 0.75
Hex D5 AC BF 0 13 A 10 14C 21 4B
Octal 325 254 277 0 23 12 20 514 41 113
Binary 11010101 10101100 10111111 0 10011 1010 10000 101001100 100001 1001011

Color Harmonies of #D5ACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACBF

Black with #D5ACBF

Text Example


Text Example

White with #D5ACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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