#CBC098

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

Shades of Sisal #CBC098

Tints of Sisal #CBC098

Color information

#CBC098 (or 0xCBC098) is unknown color: approx Sisal. HEX triplet: CB, C0 and 98. RGB value is (203,192,152). Sum of RGB (Red+Green+Blue) = 203+192+152=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC098 is #343F67. Grayscale: #BEBEBE. Windows color (decimal): -3424104 or 10010827. OLE color: 10010827.

HSL color Cylindrical-coordinate representation of color #CBC098: hue angle of 47.06º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBC098 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB203192152-
CMYK00.050.250.20
HSL47.06º32.9%69.61%-
HSV(B)47.06º25.12%79.61%-
XYZ49.1552.6637.28-
YUV190.73106.14136.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 192 (75.39% from 255) = 35.10%
BLUE value IS 152 (59.77% from 255) = 27.79%
R=37.11%
G=35.10%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319215200.050.250.2047.0632.969.61
HexCBC0980519142f2146
Octal3133002300531245741106
Binary110010111100000010011000010111001101001011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC098; }

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

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

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

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

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

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

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

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