#C3B7BD

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

Shades of Maverick #C3B7BD

Tints of Maverick #C3B7BD

Color information

#C3B7BD (or 0xC3B7BD) is unknown color: approx Maverick. HEX triplet: C3, B7 and BD. RGB value is (195,183,189). Sum of RGB (Red+Green+Blue) = 195+183+189=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7BD is #3C4842. Grayscale: #BBBBBB. Windows color (decimal): -3950659 or 12433347. OLE color: 12433347.

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

Color convert

RGB195183189-
CMYK00.060.030.24
HSL330º9.09%74.12%-
HSV(B)330º6.15%76.47%-
XYZ48.6249.1455.07-
YUV187.27128.98133.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.39%
GREEN value IS 183 (71.88% from 255) = 32.28%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=34.39%
G=32.28%
B=33.33%

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
Decimal19518318900.060.030.243309.0974.12
HexC3B7BD0631814a94a
Octal3032672750633051211112
Binary1100001110110111101111010110111100010100101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B7BD; }

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

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

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

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

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

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

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

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