#C4B3BE

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

Shades of Maverick #C4B3BE

Tints of Maverick #C4B3BE

Color information

#C4B3BE (or 0xC4B3BE) is unknown color: approx Maverick. HEX triplet: C4, B3 and BE. RGB value is (196,179,190). Sum of RGB (Red+Green+Blue) = 196+179+190=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3BE is #3B4C41. Grayscale: #B9B9B9. Windows color (decimal): -3886146 or 12497860. OLE color: 12497860.

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

Color convert

RGB196179190-
CMYK00.090.030.23
HSL321.18º12.59%73.53%-
HSV(B)321.18º8.67%76.86%-
XYZ48.1847.6955.38-
YUV185.34130.63135.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.69%
GREEN value IS 179 (70.31% from 255) = 31.68%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=34.69%
G=31.68%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617919000.090.030.23321.1812.5973.53
HexC4B3BE09317141d4a
Octal30426327601132750115112
Binary11000100101100111011111001001111011110100000111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B3BE; }

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

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

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

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

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

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

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

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