Html Css Color HEX #C6ADBF Maverick

📋 copy color: '#C6ADBF'

red 198 ◦ green 173 ◦ blue 191

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

Shades of Maverick #C6ADBF

Tints of Maverick #C6ADBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.99%

R = 35.23%
G = 30.78%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C6ADBF (or 0xC6ADBF) is known color: Maverick. HEX triplet: C6, AD and BF. RGB value is (198,173,191). Sum of RGB (Red+Green+Blue) = 198+173+191=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADBF is #395240. Grayscale: #B6B6B6. Windows color (decimal): -3756609 or 12561862. OLE color: 12561862.

HSL color Cylindrical-coordinate representation of color #C6ADBF: hue angle of 316.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 #C6ADBF is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 173 191 -
CMYK 0 0.13 0.04 0.22
HSL 316.8º 0.18% 0.73% -
HSV(B) 316.8º 0.13% 0.78% -
XYZ 47.64 45.65 55.59 -
YUV 182.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 198 173 191 0 0.13 0.04 0.22 316.8 0.18 0.73
Hex C6 AD BF 0 D 4 16 13D 12 49
Octal 306 255 277 0 15 4 26 475 22 111
Binary 11000110 10101101 10111111 0 1101 100 10110 100111101 10010 1001001

Color Harmonies of #C6ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADBF

Black with #C6ADBF

Text Example


Text Example

White with #C6ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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