#CBBE94

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

Shades of Sisal #CBBE94

Tints of Sisal #CBBE94

Color information

#CBBE94 (or 0xCBBE94) is unknown color: approx Sisal. HEX triplet: CB, BE and 94. RGB value is (203,190,148). Sum of RGB (Red+Green+Blue) = 203+190+148=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBE94 is #34416B. Grayscale: #BDBDBD. Windows color (decimal): -3424620 or 9748171. OLE color: 9748171.

HSL color Cylindrical-coordinate representation of color #CBBE94: hue angle of 45.82º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBBE94 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203190148-
CMYK00.060.270.20
HSL45.82º34.59%68.82%-
HSV(B)45.82º27.09%79.61%-
XYZ48.3951.6635.44-
YUV189.1104.81137.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 148 (58.20% from 255) = 27.36%
R=37.52%
G=35.12%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319014800.060.270.2045.8234.5968.82
HexCBBE94061B142e2345
Octal3132762240633245643105
Binary110010111011111010010100011011011101001011101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBE94; }

 p { color: rgb(203,190,148); }

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

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

 a { background-color: rgb(203,190,148); }

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

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

 span { border-color: rgb(203,190,148); }

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