#C3B2BB

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

Shades of Maverick #C3B2BB

Tints of Maverick #C3B2BB

Color information

#C3B2BB (or 0xC3B2BB) is unknown color: approx Maverick. HEX triplet: C3, B2 and BB. RGB value is (195,178,187). Sum of RGB (Red+Green+Blue) = 195+178+187=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B2BB is #3C4D44. Grayscale: #B8B8B8. Windows color (decimal): -3951941 or 12300995. OLE color: 12300995.

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

Color convert

RGB195178187-
CMYK00.090.040.24
HSL328.24º12.41%73.14%-
HSV(B)328.24º8.72%76.47%-
XYZ47.447.0353.59-
YUV184.11129.63135.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.82%
GREEN value IS 178 (69.92% from 255) = 31.79%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=34.82%
G=31.79%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517818700.090.040.24328.2412.4173.14
HexC3B2BB09418148c49
Octal30326227301143051014111
Binary110000111011001010111011010011001100010100100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B2BB; }

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

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

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

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

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

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

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

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