#C7BCA5

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

Shades of Sisal #C7BCA5

Tints of Sisal #C7BCA5

Color information

#C7BCA5 (or 0xC7BCA5) is unknown color: approx Sisal. HEX triplet: C7, BC and A5. RGB value is (199,188,165). Sum of RGB (Red+Green+Blue) = 199+188+165=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BCA5 is #38435A. Grayscale: #BCBCBC. Windows color (decimal): -3687259 or 10861767. OLE color: 10861767.

HSL color Cylindrical-coordinate representation of color #C7BCA5: hue angle of 40.59º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7BCA5 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB199188165-
CMYK00.060.170.22
HSL40.59º23.29%71.37%-
HSV(B)40.59º17.09%78.04%-
XYZ48.3350.8342.86-
YUV188.67114.64135.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.05%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 165 (64.84% from 255) = 29.89%
R=36.05%
G=34.06%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918816500.060.170.2240.5923.2971.37
HexC7BCA5061116291747
Octal3072742450621265127107
Binary11000111101111001010010101101000110110101001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCA5; }

 p { color: rgb(199,188,165); }

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

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

 a { background-color: rgb(199,188,165); }

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

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

 span { border-color: rgb(199,188,165); }

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