#C7BFC3

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

Shades of Maverick #C7BFC3

Tints of Maverick #C7BFC3

Color information

#C7BFC3 (or 0xC7BFC3) is unknown color: approx Maverick. HEX triplet: C7, BF and C3. RGB value is (199,191,195). Sum of RGB (Red+Green+Blue) = 199+191+195=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFC3 is #38403C. Grayscale: #C1C1C1. Windows color (decimal): -3686461 or 12828615. OLE color: 12828615.

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

Color convert

RGB199191195-
CMYK00.040.020.22
HSL330º6.67%76.47%-
HSV(B)330º4.02%78.04%-
XYZ52.0353.3459.18-
YUV193.85128.65131.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.02%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 195 (76.56% from 255) = 33.33%
R=34.02%
G=32.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919119500.040.020.223306.6776.47
HexC7BFC30421614a74c
Octal307277303042265127114
Binary110001111011111111000011010010101101010010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFC3; }

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

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

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

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

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

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

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

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