#CBBF9E

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

Shades of Sisal #CBBF9E

Tints of Sisal #CBBF9E

Color information

#CBBF9E (or 0xCBBF9E) is unknown color: approx Sisal. HEX triplet: CB, BF and 9E. RGB value is (203,191,158). Sum of RGB (Red+Green+Blue) = 203+191+158=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBF9E is #344061. Grayscale: #BEBEBE. Windows color (decimal): -3424354 or 10403787. OLE color: 10403787.

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

Color convert

RGB203191158-
CMYK00.060.220.20
HSL44º30.2%70.78%-
HSV(B)44º22.17%79.61%-
XYZ49.4352.4339.86-
YUV190.83109.48136.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 158 (62.11% from 255) = 28.62%
R=36.78%
G=34.60%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319115800.060.220.204430.270.78
HexCBBF9E0616142c1e47
Octal3132772360626245436107
Binary11001011101111111001111001101011010100101100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF9E; }

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

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

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

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

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

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

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

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