#C3BFC1

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

Shades of Maverick #C3BFC1

Tints of Maverick #C3BFC1

Color information

#C3BFC1 (or 0xC3BFC1) is unknown color: approx Maverick. HEX triplet: C3, BF and C1. RGB value is (195,191,193). Sum of RGB (Red+Green+Blue) = 195+191+193=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFC1 is #3C403E. Grayscale: #C0C0C0. Windows color (decimal): -3948607 or 12697539. OLE color: 12697539.

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

Color convert

RGB195191193-
CMYK00.020.010.24
HSL330º3.23%75.69%-
HSV(B)330º2.05%76.47%-
XYZ50.7652.7157.95-
YUV192.42128.33129.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.68%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=33.68%
G=32.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519119300.020.010.243303.2375.69
HexC3BFC10211814a34c
Octal303277301021305123114
Binary110000111011111111000001010111000101001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFC1; }

 p { color: rgb(195,191,193); }

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

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

 a { background-color: rgb(195,191,193); }

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

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

 span { border-color: rgb(195,191,193); }

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