Html Css Color HEX #D7A4CB Maverick

📋 copy color: '#D7A4CB'

red 215 ◦ green 164 ◦ blue 203

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

Shades of Maverick #D7A4CB

Tints of Maverick #D7A4CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.88%

R = 36.94%
G = 28.18%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D7A4CB (or 0xD7A4CB) is known color: Maverick. HEX triplet: D7, A4 and CB. RGB value is (215,164,203). Sum of RGB (Red+Green+Blue) = 215+164+203=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A4CB is #285B34. Grayscale: #B7B7B7. Windows color (decimal): -2644789 or 13346007. OLE color: 13346007.

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

Color convert

RGB 215 164 203 -
CMYK 0 0.24 0.06 0.16
HSL 314.12º 0.39% 0.74% -
HSV(B) 314.12º 0.24% 0.84% -
XYZ 52.08 45.31 62.5 -
YUV 183.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 215 164 203 0 0.24 0.06 0.16 314.12 0.39 0.74
Hex D7 A4 CB 0 18 6 10 13A 27 4A
Octal 327 244 313 0 30 6 20 472 47 112
Binary 11010111 10100100 11001011 0 11000 110 10000 100111010 100111 1001010

Color Harmonies of #D7A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A4CB

Black with #D7A4CB

Text Example


Text Example

White with #D7A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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