Html Css Color HEX #C6ADBA Maverick

📋 copy color: '#C6ADBA'

red 198 ◦ green 173 ◦ blue 186

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

Shades of Maverick #C6ADBA

Tints of Maverick #C6ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.06%

 BLUE value IS 186 (73.05% from 255) = 33.39%

R = 35.55%
G = 31.06%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C6ADBA (or 0xC6ADBA) is known color: Maverick. HEX triplet: C6, AD and BA. RGB value is (198,173,186). Sum of RGB (Red+Green+Blue) = 198+173+186=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADBA is #395245. Grayscale: #B5B5B5. Windows color (decimal): -3756614 or 12234182. OLE color: 12234182.

HSL color Cylindrical-coordinate representation of color #C6ADBA: hue angle of 328.8º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6ADBA is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 173 186 -
CMYK 0 0.13 0.06 0.22
HSL 328.8º 0.18% 0.73% -
HSV(B) 328.8º 0.13% 0.78% -
XYZ 47.1 45.44 52.74 -
YUV 181.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 198 173 186 0 0.13 0.06 0.22 328.8 0.18 0.73
Hex C6 AD BA 0 D 6 16 149 12 49
Octal 306 255 272 0 15 6 26 511 22 111
Binary 11000110 10101101 10111010 0 1101 110 10110 101001001 10010 1001001

Color Harmonies of #C6ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADBA

Black with #C6ADBA

Text Example


Text Example

White with #C6ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADBA; }

 p { color: rgb(198,173,186); }

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

background-color css

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

 a { background-color: rgb(198,173,186); }

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

border-color css

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

 span { border-color: rgb(198,173,186); }

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