#CCBE98

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

Shades of Sisal #CCBE98

Tints of Sisal #CCBE98

Color information

#CCBE98 (or 0xCCBE98) is unknown color: approx Sisal. HEX triplet: CC, BE and 98. RGB value is (204,190,152). Sum of RGB (Red+Green+Blue) = 204+190+152=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE98 is #334167. Grayscale: #BEBEBE. Windows color (decimal): -3359080 or 10010316. OLE color: 10010316.

HSL color Cylindrical-coordinate representation of color #CCBE98: hue angle of 43.85º degrees, saturation: 0.34, 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 #CCBE98 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204190152-
CMYK00.070.250.2
HSL43.85º33.77%69.8%-
HSV(B)43.85º25.49%80%-
XYZ48.9851.9337.15-
YUV189.85106.64138.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 152 (59.77% from 255) = 27.84%
R=37.36%
G=34.80%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419015200.070.250.243.8533.7769.8
HexCCBE980719142c2246
Octal3142762300731245442106
Binary110011001011111010011000011111001101001011001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE98; }

 p { color: rgb(204,190,152); }

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

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

 a { background-color: rgb(204,190,152); }

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

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

 span { border-color: rgb(204,190,152); }

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