#C3B0BB

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

Shades of Maverick #C3B0BB

Tints of Maverick #C3B0BB

Color information

#C3B0BB (or 0xC3B0BB) is unknown color: approx Maverick. HEX triplet: C3, B0 and BB. RGB value is (195,176,187). Sum of RGB (Red+Green+Blue) = 195+176+187=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0BB is #3C4F44. Grayscale: #B6B6B6. Windows color (decimal): -3952453 or 12300483. OLE color: 12300483.

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

Color convert

RGB195176187-
CMYK00.100.040.24
HSL325.26º13.67%72.75%-
HSV(B)325.26º9.74%76.47%-
XYZ4746.2453.46-
YUV182.94130.29136.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.95%
GREEN value IS 176 (69.14% from 255) = 31.54%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=34.95%
G=31.54%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517618700.100.040.24325.2613.6772.75
HexC3B0BB0A418145e49
Octal30326027301243050516111
Binary110000111011000010111011010101001100010100010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0BB; }

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

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

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

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

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

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

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

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