#C6A8BC

Color #C6A8BC Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #C6A8BC

Tints of Maverick #C6A8BC

Color information

#C6A8BC (or 0xC6A8BC) is unknown color: approx Maverick. HEX triplet: C6, A8 and BC. RGB value is (198,168,188). Sum of RGB (Red+Green+Blue) = 198+168+188=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A8BC is #395743. Grayscale: #B3B3B3. Windows color (decimal): -3757892 or 12363974. OLE color: 12363974.

HSL color Cylindrical-coordinate representation of color #C6A8BC: hue angle of 320º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6A8BC is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198168188-
CMYK00.150.050.22
HSL320º20.83%71.76%-
HSV(B)320º15.15%77.65%-
XYZ46.3743.6453.56-
YUV179.25132.94141.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 168 (66.02% from 255) = 30.32%
BLUE value IS 188 (73.83% from 255) = 33.94%
R=35.74%
G=30.32%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816818800.150.050.2232020.8371.76
HexC6A8BC0F5161401548
Octal30625027401752650025110
Binary1100011010101000101111000111110110110101000000101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A8BC; }

 p { color: rgb(198,168,188); }

 H1.HeaderClassName
 {
   color: #C6A8BC;
 }
 .AnyTagClassName
 {
   color: #C6A8BC;
 }
</style>
background-color css

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

 a { background-color: rgb(198,168,188); }

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

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

 span { border-color: rgb(198,168,188); }

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