Html Css Color HEX #C6ACBE Maverick

📋 copy color: '#C6ACBE'

red 198 ◦ green 172 ◦ blue 190

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

Shades of Maverick #C6ACBE

Tints of Maverick #C6ACBE

RGB

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

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

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

R = 35.36%
G = 30.71%
B = 33.93%

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

#C6ACBE (or 0xC6ACBE) is known color: Maverick. HEX triplet: C6, AC and BE. RGB value is (198,172,190). Sum of RGB (Red+Green+Blue) = 198+172+190=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACBE is #395341. Grayscale: #B5B5B5. Windows color (decimal): -3756866 or 12496070. OLE color: 12496070.

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

Color convert

RGB 198 172 190 -
CMYK 0 0.13 0.04 0.22
HSL 318.46º 0.19% 0.73% -
HSV(B) 318.46º 0.13% 0.78% -
XYZ 47.34 45.23 54.95 -
YUV 181.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 198 172 190 0 0.13 0.04 0.22 318.46 0.19 0.73
Hex C6 AC BE 0 D 4 16 13E 13 49
Octal 306 254 276 0 15 4 26 476 23 111
Binary 11000110 10101100 10111110 0 1101 100 10110 100111110 10011 1001001

Color Harmonies of #C6ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACBE

Black with #C6ACBE

Text Example


Text Example

White with #C6ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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