#C3B0BE

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

Shades of Maverick #C3B0BE

Tints of Maverick #C3B0BE

Color information

#C3B0BE (or 0xC3B0BE) is unknown color: approx Maverick. HEX triplet: C3, B0 and BE. RGB value is (195,176,190). Sum of RGB (Red+Green+Blue) = 195+176+190=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0BE is #3C4F41. Grayscale: #B7B7B7. Windows color (decimal): -3952450 or 12497091. OLE color: 12497091.

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

Color convert

RGB195176190-
CMYK00.100.030.24
HSL315.79º13.67%72.75%-
HSV(B)315.79º9.74%76.47%-
XYZ47.3346.3755.17-
YUV183.28131.79136.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 176 (69.14% from 255) = 31.37%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=34.76%
G=31.37%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517619000.100.030.24315.7913.6772.75
HexC3B0BE0A31813ce49
Octal30326027601233047416111
Binary11000011101100001011111001010111100010011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0BE; }

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

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

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

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

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

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

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

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