#C8B4BE

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

Shades of Maverick #C8B4BE

Tints of Maverick #C8B4BE

Color information

#C8B4BE (or 0xC8B4BE) is unknown color: approx Maverick. HEX triplet: C8, B4 and BE. RGB value is (200,180,190). Sum of RGB (Red+Green+Blue) = 200+180+190=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B4BE is #374B41. Grayscale: #BBBBBB. Windows color (decimal): -3623746 or 12498120. OLE color: 12498120.

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

Color convert

RGB200180190-
CMYK00.10.050.22
HSL330º15.38%74.51%-
HSV(B)330º10%78.43%-
XYZ49.4348.6455.5-
YUV187.12129.63137.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.09%
GREEN value IS 180 (70.70% from 255) = 31.58%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=35.09%
G=31.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018019000.10.050.2233015.3874.51
HexC8B4BE0A51614af4b
Octal31026427601252651217113
Binary110010001011010010111110010101011011010100101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B4BE; }

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

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

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

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

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

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

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

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