#C3B0BF

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

Shades of Maverick #C3B0BF

Tints of Maverick #C3B0BF

Color information

#C3B0BF (or 0xC3B0BF) is unknown color: approx Maverick. HEX triplet: C3, B0 and BF. RGB value is (195,176,191). Sum of RGB (Red+Green+Blue) = 195+176+191=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0BF is #3C4F40. Grayscale: #B7B7B7. Windows color (decimal): -3952449 or 12562627. OLE color: 12562627.

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

Color convert

RGB195176191-
CMYK00.100.020.24
HSL312.63º13.67%72.75%-
HSV(B)312.63º9.74%76.47%-
XYZ47.4346.4155.75-
YUV183.39132.29136.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.70%
GREEN value IS 176 (69.14% from 255) = 31.32%
BLUE value IS 191 (75% from 255) = 33.99%
R=34.70%
G=31.32%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517619100.100.020.24312.6313.6772.75
HexC3B0BF0A218139e49
Octal30326027701223047116111
Binary11000011101100001011111101010101100010011100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0BF; }

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

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

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

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

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

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

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

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