#C3A7BB

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

Shades of Maverick #C3A7BB

Tints of Maverick #C3A7BB

Color information

#C3A7BB (or 0xC3A7BB) is unknown color: approx Maverick. HEX triplet: C3, A7 and BB. RGB value is (195,167,187). Sum of RGB (Red+Green+Blue) = 195+167+187=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A7BB is #3C5844. Grayscale: #B1B1B1. Windows color (decimal): -3954757 or 12298179. OLE color: 12298179.

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

Color convert

RGB195167187-
CMYK00.140.040.24
HSL317.14º18.92%70.98%-
HSV(B)317.14º14.36%76.47%-
XYZ45.2942.8352.89-
YUV177.65133.28140.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.52%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=35.52%
G=30.42%
B=34.06%

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
Decimal19516718700.140.040.24317.1418.9270.98
HexC3A7BB0E41813d1347
Octal30324727301643047523107
Binary1100001110100111101110110111010011000100111101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A7BB; }

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

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

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

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

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

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

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

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