#C3BCA0

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

Shades of Sisal #C3BCA0

Tints of Sisal #C3BCA0

Color information

#C3BCA0 (or 0xC3BCA0) is unknown color: approx Sisal. HEX triplet: C3, BC and A0. RGB value is (195,188,160). Sum of RGB (Red+Green+Blue) = 195+188+160=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCA0 is #3C435F. Grayscale: #BBBBBB. Windows color (decimal): -3949408 or 10534083. OLE color: 10534083.

HSL color Cylindrical-coordinate representation of color #C3BCA0: hue angle of 48º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3BCA0 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB195188160-
CMYK00.040.180.24
HSL48º22.58%69.61%-
HSV(B)48º17.95%76.47%-
XYZ46.8350.1140.46-
YUV186.9112.82133.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.91%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 160 (62.89% from 255) = 29.47%
R=35.91%
G=34.62%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518816000.040.180.244822.5869.61
HexC3BCA0041218301746
Octal3032742400422306027106
Binary11000011101111001010000001001001011000110000101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCA0; }

 p { color: rgb(195,188,160); }

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

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

 a { background-color: rgb(195,188,160); }

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

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

 span { border-color: rgb(195,188,160); }

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