#C3A7BC

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

Shades of Maverick #C3A7BC

Tints of Maverick #C3A7BC

Color information

#C3A7BC (or 0xC3A7BC) is unknown color: approx Maverick. HEX triplet: C3, A7 and BC. RGB value is (195,167,188). Sum of RGB (Red+Green+Blue) = 195+167+188=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A7BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A7BC is #3C5843. Grayscale: #B1B1B1. Windows color (decimal): -3954756 or 12363715. OLE color: 12363715.

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

Color convert

RGB195167188-
CMYK00.140.040.24
HSL315º18.92%70.98%-
HSV(B)315º14.36%76.47%-
XYZ45.442.8753.46-
YUV177.77133.78140.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.45%
GREEN value IS 167 (65.62% from 255) = 30.36%
BLUE value IS 188 (73.83% from 255) = 34.18%
R=35.45%
G=30.36%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516718800.140.040.2431518.9270.98
HexC3A7BC0E41813b1347
Octal30324727401643047323107
Binary1100001110100111101111000111010011000100111011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A7BC; }

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

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

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

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

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

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

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

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