#C5B0BE

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

Shades of Maverick #C5B0BE

Tints of Maverick #C5B0BE

Color information

#C5B0BE (or 0xC5B0BE) is unknown color: approx Maverick. HEX triplet: C5, B0 and BE. RGB value is (197,176,190). Sum of RGB (Red+Green+Blue) = 197+176+190=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0BE is #3A4F41. Grayscale: #B7B7B7. Windows color (decimal): -3821378 or 12497093. OLE color: 12497093.

HSL color Cylindrical-coordinate representation of color #C5B0BE: hue angle of 320º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5B0BE is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197176190-
CMYK00.110.040.23
HSL320º15.33%73.14%-
HSV(B)320º10.66%77.25%-
XYZ47.8546.6455.2-
YUV183.88131.46137.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.99%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=34.99%
G=31.26%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717619000.110.040.2332015.3373.14
HexC5B0BE0B417140f49
Octal30526027601342750017111
Binary110001011011000010111110010111001011110100000011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B0BE; }

 p { color: rgb(197,176,190); }

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

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

 a { background-color: rgb(197,176,190); }

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

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

 span { border-color: rgb(197,176,190); }

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