#C7BCC4

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

Shades of Maverick #C7BCC4

Tints of Maverick #C7BCC4

Color information

#C7BCC4 (or 0xC7BCC4) is unknown color: approx Maverick. HEX triplet: C7, BC and C4. RGB value is (199,188,196). Sum of RGB (Red+Green+Blue) = 199+188+196=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCC4 is #38433B. Grayscale: #C0C0C0. Windows color (decimal): -3687228 or 12893383. OLE color: 12893383.

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

Color convert

RGB199188196-
CMYK00.060.020.22
HSL316.36º8.94%75.88%-
HSV(B)316.36º5.53%78.04%-
XYZ51.552.0959.57-
YUV192.2130.14132.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.13%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 196 (76.95% from 255) = 33.62%
R=34.13%
G=32.25%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918819600.060.020.22316.368.9475.88
HexC7BCC40621613c94c
Octal3072743040622647411114
Binary1100011110111100110001000110101011010011110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCC4; }

 p { color: rgb(199,188,196); }

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

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

 a { background-color: rgb(199,188,196); }

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

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

 span { border-color: rgb(199,188,196); }

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