#C8BEC6

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

Shades of Maverick #C8BEC6

Tints of Maverick #C8BEC6

Color information

#C8BEC6 (or 0xC8BEC6) is unknown color: approx Maverick. HEX triplet: C8, BE and C6. RGB value is (200,190,198). Sum of RGB (Red+Green+Blue) = 200+190+198=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEC6 is #374139. Grayscale: #C1C1C1. Windows color (decimal): -3621178 or 13024968. OLE color: 13024968.

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

Color convert

RGB200190198-
CMYK00.050.010.22
HSL312º8.33%76.47%-
HSV(B)312º5%78.43%-
XYZ52.4353.1860.93-
YUV193.9130.31132.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.01%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 198 (77.73% from 255) = 33.67%
R=34.01%
G=32.31%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019019800.050.010.223128.3376.47
HexC8BEC60511613884c
Octal3102763060512647010114
Binary110010001011111011000110010111011010011100010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEC6; }

 p { color: rgb(200,190,198); }

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

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

 a { background-color: rgb(200,190,198); }

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

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

 span { border-color: rgb(200,190,198); }

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