Html Css Color HEX #D6AFC6 Maverick

📋 copy color: '#D6AFC6'

red 214 ◦ green 175 ◦ blue 198

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

Shades of Maverick #D6AFC6

Tints of Maverick #D6AFC6

RGB

 RED value IS 214 (83.98% from 255) = 36.46%

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

 BLUE value IS 198 (77.73% from 255) = 33.73%

R = 36.46%
G = 29.81%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D6AFC6 (or 0xD6AFC6) is known color: Maverick. HEX triplet: D6, AF and C6. RGB value is (214,175,198). Sum of RGB (Red+Green+Blue) = 214+175+198=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFC6 is #295039. Grayscale: #BDBDBD. Windows color (decimal): -2707514 or 13021142. OLE color: 13021142.

HSL color Cylindrical-coordinate representation of color #D6AFC6: hue angle of 324.62º degrees, saturation: 0.32, 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 #D6AFC6 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 198 -
CMYK 0 0.18 0.07 0.16
HSL 324.62º 0.32% 0.76% -
HSV(B) 324.62º 0.18% 0.84% -
XYZ 53.25 49.03 60.08 -
YUV 189.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 214 175 198 0 0.18 0.07 0.16 324.62 0.32 0.76
Hex D6 AF C6 0 12 7 10 145 20 4C
Octal 326 257 306 0 22 7 20 505 40 114
Binary 11010110 10101111 11000110 0 10010 111 10000 101000101 100000 1001100

Color Harmonies of #D6AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFC6

Black with #D6AFC6

Text Example


Text Example

White with #D6AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFC6; }

 p { color: rgb(214,175,198); }

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

background-color css

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

 a { background-color: rgb(214,175,198); }

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

border-color css

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

 span { border-color: rgb(214,175,198); }

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