#C3B2B8

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

Shades of Maverick #C3B2B8

Tints of Maverick #C3B2B8

Color information

#C3B2B8 (or 0xC3B2B8) is unknown color: approx Maverick. HEX triplet: C3, B2 and B8. RGB value is (195,178,184). Sum of RGB (Red+Green+Blue) = 195+178+184=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B2B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B2B8 is #3C4D47. Grayscale: #B7B7B7. Windows color (decimal): -3951944 or 12104387. OLE color: 12104387.

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

Color convert

RGB195178184-
CMYK00.090.060.24
HSL338.82º12.41%73.14%-
HSV(B)338.82º8.72%76.47%-
XYZ47.0846.951.92-
YUV183.77128.13136.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.01%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 184 (72.27% from 255) = 33.03%
R=35.01%
G=31.96%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517818400.090.060.24338.8212.4173.14
HexC3B2B809618153c49
Octal30326227001163052314111
Binary110000111011001010111000010011101100010101001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B2B8; }

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

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

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

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

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

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

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

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