#CBC29D

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

Shades of Sisal #CBC29D

Tints of Sisal #CBC29D

Color information

#CBC29D (or 0xCBC29D) is unknown color: approx Sisal. HEX triplet: CB, C2 and 9D. RGB value is (203,194,157). Sum of RGB (Red+Green+Blue) = 203+194+157=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC29D is #343D62. Grayscale: #C0C0C0. Windows color (decimal): -3423587 or 10339019. OLE color: 10339019.

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

Color convert

RGB203194157-
CMYK00.040.230.20
HSL48.26º30.67%70.59%-
HSV(B)48.26º22.66%79.61%-
XYZ50.0153.7139.63-
YUV192.47107.98135.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 157 (61.72% from 255) = 28.34%
R=36.64%
G=35.02%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319415700.040.230.2048.2630.6770.59
HexCBC29D041714301f47
Octal3133022350427246037107
Binary11001011110000101001110101001011110100110000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC29D; }

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

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

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

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

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

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

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

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