Html Css Color HEX #D3A9C3 Maverick

📋 copy color: '#D3A9C3'

red 211 ◦ green 169 ◦ blue 195

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

Shades of Maverick #D3A9C3

Tints of Maverick #D3A9C3

RGB

 RED value IS 211 (82.81% from 255) = 36.7%

 GREEN value IS 169 (66.41% from 255) = 29.39%

 BLUE value IS 195 (76.56% from 255) = 33.91%

R = 36.7%
G = 29.39%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D3A9C3 (or 0xD3A9C3) is known color: Maverick. HEX triplet: D3, A9 and C3. RGB value is (211,169,195). Sum of RGB (Red+Green+Blue) = 211+169+195=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A9C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A9C3 is #2C563C. Grayscale: #B8B8B8. Windows color (decimal): -2905661 or 12822995. OLE color: 12822995.

HSL color Cylindrical-coordinate representation of color #D3A9C3: hue angle of 322.86º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3A9C3 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 169 195 -
CMYK 0 0.20 0.08 0.17
HSL 322.86º 0.32% 0.75% -
HSV(B) 322.86º 0.2% 0.83% -
XYZ 50.9 46.16 57.86 -
YUV 184.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 211 169 195 0 0.20 0.08 0.17 322.86 0.32 0.75
Hex D3 A9 C3 0 14 8 11 143 20 4B
Octal 323 251 303 0 24 10 21 503 40 113
Binary 11010011 10101001 11000011 0 10100 1000 10001 101000011 100000 1001011

Color Harmonies of #D3A9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A9C3

Black with #D3A9C3

Text Example


Text Example

White with #D3A9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A9C3; }

 p { color: rgb(211,169,195); }

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

background-color css

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

 a { background-color: rgb(211,169,195); }

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

border-color css

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

 span { border-color: rgb(211,169,195); }

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