#C3BFC2

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

Shades of Maverick #C3BFC2

Tints of Maverick #C3BFC2

Color information

#C3BFC2 (or 0xC3BFC2) is unknown color: approx Maverick. HEX triplet: C3, BF and C2. RGB value is (195,191,194). Sum of RGB (Red+Green+Blue) = 195+191+194=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFC2 is #3C403D. Grayscale: #C0C0C0. Windows color (decimal): -3948606 or 12763075. OLE color: 12763075.

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

Color convert

RGB195191194-
CMYK00.020.010.24
HSL315º3.23%75.69%-
HSV(B)315º2.05%76.47%-
XYZ50.8752.7658.54-
YUV192.54128.83129.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.62%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 194 (76.17% from 255) = 33.45%
R=33.62%
G=32.93%
B=33.45%

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
Decimal19519119400.020.010.243153.2375.69
HexC3BFC20211813b34c
Octal303277302021304733114
Binary110000111011111111000010010111000100111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFC2; }

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

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

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

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

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

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

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

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