#CBC29E

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

Shades of Sisal #CBC29E

Tints of Sisal #CBC29E

Color information

#CBC29E (or 0xCBC29E) is unknown color: approx Sisal. HEX triplet: CB, C2 and 9E. RGB value is (203,194,158). Sum of RGB (Red+Green+Blue) = 203+194+158=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC29E is #343D61. Grayscale: #C0C0C0. Windows color (decimal): -3423586 or 10404555. OLE color: 10404555.

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

Color convert

RGB203194158-
CMYK00.040.220.20
HSL48º30.2%70.78%-
HSV(B)48º22.17%79.61%-
XYZ50.0953.7540.08-
YUV192.59108.48135.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 194 (76.17% from 255) = 34.95%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=36.58%
G=34.95%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319415800.040.220.204830.270.78
HexCBC29E041614301e47
Octal3133022360426246036107
Binary11001011110000101001111001001011010100110000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC29E; }

 p { color: rgb(203,194,158); }

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

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

 a { background-color: rgb(203,194,158); }

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

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

 span { border-color: rgb(203,194,158); }

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