Html Css Color HEX #D5AFC1 Maverick

📋 copy color: '#D5AFC1'

red 213 ◦ green 175 ◦ blue 193

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

Shades of Maverick #D5AFC1

Tints of Maverick #D5AFC1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.12%

 BLUE value IS 193 (75.78% from 255) = 33.22%

R = 36.66%
G = 30.12%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D5AFC1 (or 0xD5AFC1) is known color: Maverick. HEX triplet: D5, AF and C1. RGB value is (213,175,193). Sum of RGB (Red+Green+Blue) = 213+175+193=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFC1 is #2A503E. Grayscale: #BCBCBC. Windows color (decimal): -2773055 or 12693461. OLE color: 12693461.

HSL color Cylindrical-coordinate representation of color #D5AFC1: hue angle of 331.58º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AFC1 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 175 193 -
CMYK 0 0.18 0.09 0.16
HSL 331.58º 0.31% 0.76% -
HSV(B) 331.58º 0.18% 0.84% -
XYZ 52.4 48.66 57.08 -
YUV 188.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 213 175 193 0 0.18 0.09 0.16 331.58 0.31 0.76
Hex D5 AF C1 0 12 9 10 14C 1F 4C
Octal 325 257 301 0 22 11 20 514 37 114
Binary 11010101 10101111 11000001 0 10010 1001 10000 101001100 11111 1001100

Color Harmonies of #D5AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFC1

Black with #D5AFC1

Text Example


Text Example

White with #D5AFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFC1; }

 p { color: rgb(213,175,193); }

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

background-color css

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

 a { background-color: rgb(213,175,193); }

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

border-color css

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

 span { border-color: rgb(213,175,193); }

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