#C3B1BD

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

Shades of Maverick #C3B1BD

Tints of Maverick #C3B1BD

Color information

#C3B1BD (or 0xC3B1BD) is unknown color: approx Maverick. HEX triplet: C3, B1 and BD. RGB value is (195,177,189). Sum of RGB (Red+Green+Blue) = 195+177+189=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1BD is #3C4E42. Grayscale: #B7B7B7. Windows color (decimal): -3952195 or 12431811. OLE color: 12431811.

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

Color convert

RGB195177189-
CMYK00.090.030.24
HSL320º13.04%72.94%-
HSV(B)320º9.23%76.47%-
XYZ47.4146.7254.66-
YUV183.75130.96136.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 177 (69.53% from 255) = 31.55%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=34.76%
G=31.55%
B=33.69%

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
Decimal19517718900.090.030.2432013.0472.94
HexC3B1BD09318140d49
Octal30326127501133050015111
Binary11000011101100011011110101001111100010100000011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B1BD; }

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

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

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

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

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

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

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

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