#C3ABBA

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

Shades of Maverick #C3ABBA

Tints of Maverick #C3ABBA

Color information

#C3ABBA (or 0xC3ABBA) is unknown color: approx Maverick. HEX triplet: C3, AB and BA. RGB value is (195,171,186). Sum of RGB (Red+Green+Blue) = 195+171+186=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ABBA is #3C5445. Grayscale: #B3B3B3. Windows color (decimal): -3953734 or 12233667. OLE color: 12233667.

HSL color Cylindrical-coordinate representation of color #C3ABBA: hue angle of 322.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ABBA is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195171186-
CMYK00.120.050.24
HSL322.5º16.67%71.76%-
HSV(B)322.5º12.31%76.47%-
XYZ45.9344.2752.58-
YUV179.89131.45138.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.33%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=35.33%
G=30.98%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517118600.120.050.24322.516.6771.76
HexC3ABBA0C5181421148
Octal30325327201453050221110
Binary1100001110101011101110100110010111000101000010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ABBA; }

 p { color: rgb(195,171,186); }

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

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

 a { background-color: rgb(195,171,186); }

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

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

 span { border-color: rgb(195,171,186); }

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