#C3B2BD

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

Shades of Maverick #C3B2BD

Tints of Maverick #C3B2BD

Color information

#C3B2BD (or 0xC3B2BD) is unknown color: approx Maverick. HEX triplet: C3, B2 and BD. RGB value is (195,178,189). Sum of RGB (Red+Green+Blue) = 195+178+189=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B2BD is #3C4D42. Grayscale: #B8B8B8. Windows color (decimal): -3951939 or 12432067. OLE color: 12432067.

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

Color convert

RGB195178189-
CMYK00.090.030.24
HSL321.18º12.41%73.14%-
HSV(B)321.18º8.72%76.47%-
XYZ47.6147.1254.73-
YUV184.34130.63135.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.70%
GREEN value IS 178 (69.92% from 255) = 31.67%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=34.70%
G=31.67%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517818900.090.030.24321.1812.4173.14
HexC3B2BD09318141c49
Octal30326227501133050114111
Binary11000011101100101011110101001111100010100000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B2BD; }

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

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

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

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

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

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

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

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