#C3BBBE

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

Shades of Maverick #C3BBBE

Tints of Maverick #C3BBBE

Color information

#C3BBBE (or 0xC3BBBE) is unknown color: approx Maverick. HEX triplet: C3, BB and BE. RGB value is (195,187,190). Sum of RGB (Red+Green+Blue) = 195+187+190=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBBE is #3C4441. Grayscale: #BDBDBD. Windows color (decimal): -3949634 or 12499907. OLE color: 12499907.

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

Color convert

RGB195187190-
CMYK00.040.030.24
HSL337.5º6.25%74.9%-
HSV(B)337.5º4.1%76.47%-
XYZ49.5750.8655.92-
YUV189.73128.15131.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.09%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=34.09%
G=32.69%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518719000.040.030.24337.56.2574.9
HexC3BBBE0431815264b
Octal303273276043305226113
Binary110000111011101110111110010011110001010100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBBE; }

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

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

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

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

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

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

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

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