#C8B6BE

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

Shades of Maverick #C8B6BE

Tints of Maverick #C8B6BE

Color information

#C8B6BE (or 0xC8B6BE) is unknown color: approx Maverick. HEX triplet: C8, B6 and BE. RGB value is (200,182,190). Sum of RGB (Red+Green+Blue) = 200+182+190=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B6BE is #374941. Grayscale: #BCBCBC. Windows color (decimal): -3623234 or 12498632. OLE color: 12498632.

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

Color convert

RGB200182190-
CMYK00.090.050.22
HSL333.33º14.06%74.9%-
HSV(B)333.33º9%78.43%-
XYZ49.8449.4555.63-
YUV188.29128.96136.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.97%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=34.97%
G=31.82%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018219000.090.050.22333.3314.0674.9
HexC8B6BE0951614de4b
Octal31026627601152651516113
Binary110010001011011010111110010011011011010100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B6BE; }

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

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

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

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

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

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

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

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