Html Css Color HEX #C6ADBE Maverick

📋 copy color: '#C6ADBE'

red 198 ◦ green 173 ◦ blue 190

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

Shades of Maverick #C6ADBE

Tints of Maverick #C6ADBE

RGB

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

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

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

R = 35.29%
G = 30.84%
B = 33.87%

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

#C6ADBE (or 0xC6ADBE) is known color: Maverick. HEX triplet: C6, AD and BE. RGB value is (198,173,190). Sum of RGB (Red+Green+Blue) = 198+173+190=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADBE is #395241. Grayscale: #B6B6B6. Windows color (decimal): -3756610 or 12496326. OLE color: 12496326.

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

Color convert

RGB 198 173 190 -
CMYK 0 0.13 0.04 0.22
HSL 319.2º 0.18% 0.73% -
HSV(B) 319.2º 0.13% 0.78% -
XYZ 47.53 45.61 55.01 -
YUV 182.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 198 173 190 0 0.13 0.04 0.22 319.2 0.18 0.73
Hex C6 AD BE 0 D 4 16 13F 12 49
Octal 306 255 276 0 15 4 26 477 22 111
Binary 11000110 10101101 10111110 0 1101 100 10110 100111111 10010 1001001

Color Harmonies of #C6ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADBE

Black with #C6ADBE

Text Example


Text Example

White with #C6ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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