#C4B7BE

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

Shades of Maverick #C4B7BE

Tints of Maverick #C4B7BE

Color information

#C4B7BE (or 0xC4B7BE) is unknown color: approx Maverick. HEX triplet: C4, B7 and BE. RGB value is (196,183,190). Sum of RGB (Red+Green+Blue) = 196+183+190=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7BE is #3B4841. Grayscale: #BBBBBB. Windows color (decimal): -3885122 or 12498884. OLE color: 12498884.

HSL color Cylindrical-coordinate representation of color #C4B7BE: hue angle of 327.69º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4B7BE is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196183190-
CMYK00.070.030.23
HSL327.69º9.92%74.31%-
HSV(B)327.69º6.63%76.86%-
XYZ48.9949.3255.65-
YUV187.68129.31133.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.45%
GREEN value IS 183 (71.88% from 255) = 32.16%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=34.45%
G=32.16%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618319000.070.030.23327.699.9274.31
HexC4B7BE07317148a4a
Octal3042672760732751012112
Binary1100010010110111101111100111111011110100100010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B7BE; }

 p { color: rgb(196,183,190); }

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

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

 a { background-color: rgb(196,183,190); }

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

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

 span { border-color: rgb(196,183,190); }

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