#CBC0A1

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

Shades of Sisal #CBC0A1

Tints of Sisal #CBC0A1

Color information

#CBC0A1 (or 0xCBC0A1) is unknown color: approx Sisal. HEX triplet: CB, C0 and A1. RGB value is (203,192,161). Sum of RGB (Red+Green+Blue) = 203+192+161=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC0A1 is #343F5E. Grayscale: #BFBFBF. Windows color (decimal): -3424095 or 10600651. OLE color: 10600651.

HSL color Cylindrical-coordinate representation of color #CBC0A1: hue angle of 44.29º 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 #CBC0A1 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB203192161-
CMYK00.050.210.20
HSL44.29º28.77%71.37%-
HSV(B)44.29º20.69%79.61%-
XYZ49.9152.9741.31-
YUV191.76110.64136.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 161 (63.28% from 255) = 28.96%
R=36.51%
G=34.53%
B=28.96%

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
Decimal20319216100.050.210.2044.2928.7771.37
HexCBC0A10515142c1d47
Octal3133002410525245435107
Binary11001011110000001010000101011010110100101100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0A1; }

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

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

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

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

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

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

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

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