#CBC298

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

Shades of Sisal #CBC298

Tints of Sisal #CBC298

Color information

#CBC298 (or 0xCBC298) is unknown color: approx Sisal. HEX triplet: CB, C2 and 98. RGB value is (203,194,152). Sum of RGB (Red+Green+Blue) = 203+194+152=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC298 is #343D67. Grayscale: #C0C0C0. Windows color (decimal): -3423592 or 10011339. OLE color: 10011339.

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

Color convert

RGB203194152-
CMYK00.040.250.20
HSL49.41º32.9%69.61%-
HSV(B)49.41º25.12%79.61%-
XYZ49.5953.5537.43-
YUV191.9105.48135.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=36.98%
G=35.34%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319415200.040.250.2049.4132.969.61
HexCBC298041914312146
Octal3133022300431246141106
Binary110010111100001010011000010011001101001100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC298; }

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

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

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

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

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

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

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

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