Html Css Color HEX #C6ACBA Maverick

📋 copy color: '#C6ACBA'

red 198 ◦ green 172 ◦ blue 186

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

Shades of Maverick #C6ACBA

Tints of Maverick #C6ACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.94%

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

R = 35.61%
G = 30.94%
B = 33.45%

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

#C6ACBA (or 0xC6ACBA) is known color: Maverick. HEX triplet: C6, AC and BA. RGB value is (198,172,186). Sum of RGB (Red+Green+Blue) = 198+172+186=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACBA is #395345. Grayscale: #B5B5B5. Windows color (decimal): -3756870 or 12233926. OLE color: 12233926.

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

Color convert

RGB 198 172 186 -
CMYK 0 0.13 0.06 0.22
HSL 327.69º 0.19% 0.73% -
HSV(B) 327.69º 0.13% 0.78% -
XYZ 46.9 45.06 52.68 -
YUV 181.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 198 172 186 0 0.13 0.06 0.22 327.69 0.19 0.73
Hex C6 AC BA 0 D 6 16 148 13 49
Octal 306 254 272 0 15 6 26 510 23 111
Binary 11000110 10101100 10111010 0 1101 110 10110 101001000 10011 1001001

Color Harmonies of #C6ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACBA

Black with #C6ACBA

Text Example


Text Example

White with #C6ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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