Html Css Color HEX #C6ADBB Maverick

📋 copy color: '#C6ADBB'

red 198 ◦ green 173 ◦ blue 187

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

Shades of Maverick #C6ADBB

Tints of Maverick #C6ADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.51%

R = 35.48%
G = 31%
B = 33.51%

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

#C6ADBB (or 0xC6ADBB) is known color: Maverick. HEX triplet: C6, AD and BB. RGB value is (198,173,187). Sum of RGB (Red+Green+Blue) = 198+173+187=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADBB is #395244. Grayscale: #B6B6B6. Windows color (decimal): -3756613 or 12299718. OLE color: 12299718.

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

Color convert

RGB 198 173 187 -
CMYK 0 0.13 0.06 0.22
HSL 326.4º 0.18% 0.73% -
HSV(B) 326.4º 0.13% 0.78% -
XYZ 47.2 45.48 53.3 -
YUV 182.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 198 173 187 0 0.13 0.06 0.22 326.4 0.18 0.73
Hex C6 AD BB 0 D 6 16 146 12 49
Octal 306 255 273 0 15 6 26 506 22 111
Binary 11000110 10101101 10111011 0 1101 110 10110 101000110 10010 1001001

Color Harmonies of #C6ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADBB

Black with #C6ADBB

Text Example


Text Example

White with #C6ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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