#C1B0BE

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

Shades of Maverick #C1B0BE

Tints of Maverick #C1B0BE

Color information

#C1B0BE (or 0xC1B0BE) is unknown color: approx Maverick. HEX triplet: C1, B0 and BE. RGB value is (193,176,190). Sum of RGB (Red+Green+Blue) = 193+176+190=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0BE is #3E4F41. Grayscale: #B6B6B6. Windows color (decimal): -4083522 or 12497089. OLE color: 12497089.

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

Color convert

RGB193176190-
CMYK00.090.020.24
HSL310.59º12.06%72.35%-
HSV(B)310.59º8.81%75.69%-
XYZ46.8146.1155.15-
YUV182.68132.13135.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.53%
GREEN value IS 176 (69.14% from 255) = 31.48%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=34.53%
G=31.48%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317619000.090.020.24310.5912.0672.35
HexC1B0BE09218137c48
Octal30126027601123046714110
Binary11000001101100001011111001001101100010011011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0BE; }

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

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

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

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

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

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

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

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