#C3B7BE

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

Shades of Maverick #C3B7BE

Tints of Maverick #C3B7BE

Color information

#C3B7BE (or 0xC3B7BE) is unknown color: approx Maverick. HEX triplet: C3, B7 and BE. RGB value is (195,183,190). Sum of RGB (Red+Green+Blue) = 195+183+190=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7BE is #3C4841. Grayscale: #BBBBBB. Windows color (decimal): -3950658 or 12498883. OLE color: 12498883.

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

Color convert

RGB195183190-
CMYK00.060.030.24
HSL325º9.09%74.12%-
HSV(B)325º6.15%76.47%-
XYZ48.7349.1955.64-
YUV187.39129.48133.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.33%
GREEN value IS 183 (71.88% from 255) = 32.22%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=34.33%
G=32.22%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518319000.060.030.243259.0974.12
HexC3B7BE0631814594a
Octal3032672760633050511112
Binary1100001110110111101111100110111100010100010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B7BE; }

 p { color: rgb(195,183,190); }

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

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

 a { background-color: rgb(195,183,190); }

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

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

 span { border-color: rgb(195,183,190); }

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