Html Css Color HEX #C6AFBA Maverick

📋 copy color: '#C6AFBA'

red 198 ◦ green 175 ◦ blue 186

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

Shades of Maverick #C6AFBA

Tints of Maverick #C6AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.31%

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

R = 35.42%
G = 31.31%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C6AFBA (or 0xC6AFBA) is known color: Maverick. HEX triplet: C6, AF and BA. RGB value is (198,175,186). Sum of RGB (Red+Green+Blue) = 198+175+186=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFBA is #395045. Grayscale: #B7B7B7. Windows color (decimal): -3756102 or 12234694. OLE color: 12234694.

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

Color convert

RGB 198 175 186 -
CMYK 0 0.12 0.06 0.22
HSL 331.3º 0.17% 0.73% -
HSV(B) 331.3º 0.12% 0.78% -
XYZ 47.48 46.21 52.87 -
YUV 183.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 198 175 186 0 0.12 0.06 0.22 331.3 0.17 0.73
Hex C6 AF BA 0 C 6 16 14B 11 49
Octal 306 257 272 0 14 6 26 513 21 111
Binary 11000110 10101111 10111010 0 1100 110 10110 101001011 10001 1001001

Color Harmonies of #C6AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFBA

Black with #C6AFBA

Text Example


Text Example

White with #C6AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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