#CBC0A0

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

Shades of Sisal #CBC0A0

Tints of Sisal #CBC0A0

Color information

#CBC0A0 (or 0xCBC0A0) is unknown color: approx Sisal. HEX triplet: CB, C0 and A0. RGB value is (203,192,160). Sum of RGB (Red+Green+Blue) = 203+192+160=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC0A0 is #343F5F. Grayscale: #BFBFBF. Windows color (decimal): -3424096 or 10535115. OLE color: 10535115.

HSL color Cylindrical-coordinate representation of color #CBC0A0: hue angle of 44.65º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC0A0 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB203192160-
CMYK00.050.210.20
HSL44.65º29.25%71.18%-
HSV(B)44.65º21.18%79.61%-
XYZ49.8252.9340.85-
YUV191.64110.14136.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 192 (75.39% from 255) = 34.59%
BLUE value IS 160 (62.89% from 255) = 28.83%
R=36.58%
G=34.59%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319216000.050.210.2044.6529.2571.18
HexCBC0A00515142d1d47
Octal3133002400525245535107
Binary11001011110000001010000001011010110100101101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0A0; }

 p { color: rgb(203,192,160); }

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

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

 a { background-color: rgb(203,192,160); }

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

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

 span { border-color: rgb(203,192,160); }

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