#C3A7BE

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

Shades of Maverick #C3A7BE

Tints of Maverick #C3A7BE

Color information

#C3A7BE (or 0xC3A7BE) is unknown color: approx Maverick. HEX triplet: C3, A7 and BE. RGB value is (195,167,190). Sum of RGB (Red+Green+Blue) = 195+167+190=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A7BE is #3C5841. Grayscale: #B1B1B1. Windows color (decimal): -3954754 or 12494787. OLE color: 12494787.

HSL color Cylindrical-coordinate representation of color #C3A7BE: hue angle of 310.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3A7BE is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195167190-
CMYK00.140.030.24
HSL310.71º18.92%70.98%-
HSV(B)310.71º14.36%76.47%-
XYZ45.6242.9654.6-
YUV177.99134.78140.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.33%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=35.33%
G=30.25%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516719000.140.030.24310.7118.9270.98
HexC3A7BE0E3181371347
Octal30324727601633046723107
Binary110000111010011110111110011101111000100110111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A7BE; }

 p { color: rgb(195,167,190); }

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

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

 a { background-color: rgb(195,167,190); }

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

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

 span { border-color: rgb(195,167,190); }

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