Html Css Color HEX #C6A6BE Maverick

📋 copy color: '#C6A6BE'

red 198 ◦ green 166 ◦ blue 190

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

Shades of Maverick #C6A6BE

Tints of Maverick #C6A6BE

RGB

 RED value IS 198 (77.73% from 255) = 35.74%

 GREEN value IS 166 (65.23% from 255) = 29.96%

 BLUE value IS 190 (74.61% from 255) = 34.3%

R = 35.74%
G = 29.96%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C6A6BE (or 0xC6A6BE) is known color: Maverick. HEX triplet: C6, A6 and BE. RGB value is (198,166,190). Sum of RGB (Red+Green+Blue) = 198+166+190=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A6BE is #395941. Grayscale: #B2B2B2. Windows color (decimal): -3758402 or 12494534. OLE color: 12494534.

HSL color Cylindrical-coordinate representation of color #C6A6BE: hue angle of 315º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6A6BE is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 166 190 -
CMYK 0 0.16 0.04 0.22
HSL 315º 0.22% 0.71% -
HSV(B) 315º 0.16% 0.78% -
XYZ 46.22 43 54.58 -
YUV 178.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 198 166 190 0 0.16 0.04 0.22 315 0.22 0.71
Hex C6 A6 BE 0 10 4 16 13B 16 47
Octal 306 246 276 0 20 4 26 473 26 107
Binary 11000110 10100110 10111110 0 10000 100 10110 100111011 10110 1000111

Color Harmonies of #C6A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A6BE

Black with #C6A6BE

Text Example


Text Example

White with #C6A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A6BE; }

 p { color: rgb(198,166,190); }

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

background-color css

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

 a { background-color: rgb(198,166,190); }

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

border-color css

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

 span { border-color: rgb(198,166,190); }

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