#CBC094

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

Shades of Sisal #CBC094

Tints of Sisal #CBC094

Color information

#CBC094 (or 0xCBC094) is unknown color: approx Sisal. HEX triplet: CB, C0 and 94. RGB value is (203,192,148). Sum of RGB (Red+Green+Blue) = 203+192+148=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC094 is #343F6B. Grayscale: #BEBEBE. Windows color (decimal): -3424108 or 9748683. OLE color: 9748683.

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

Color convert

RGB203192148-
CMYK00.050.270.20
HSL48º34.59%68.82%-
HSV(B)48º27.09%79.61%-
XYZ48.8252.5335.58-
YUV190.27104.14137.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=37.38%
G=35.36%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319214800.050.270.204834.5968.82
HexCBC094051B14302345
Octal3133002240533246043105
Binary110010111100000010010100010111011101001100001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC094; }

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

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

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

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

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

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

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

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