#CCBD99

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

Shades of Sisal #CCBD99

Tints of Sisal #CCBD99

Color information

#CCBD99 (or 0xCCBD99) is unknown color: approx Sisal. HEX triplet: CC, BD and 99. RGB value is (204,189,153). Sum of RGB (Red+Green+Blue) = 204+189+153=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD99 is #334266. Grayscale: #BDBDBD. Windows color (decimal): -3359335 or 10075596. OLE color: 10075596.

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

Color convert

RGB204189153-
CMYK00.070.250.2
HSL42.35º33.33%70%-
HSV(B)42.35º25%80%-
XYZ48.8551.5337.51-
YUV189.38107.47138.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 153 (60.16% from 255) = 28.02%
R=37.36%
G=34.62%
B=28.02%

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
Decimal20418915300.070.250.242.3533.3370
HexCCBD990719142a2146
Octal3142752310731245241106
Binary110011001011110110011001011111001101001010101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD99; }

 p { color: rgb(204,189,153); }

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

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

 a { background-color: rgb(204,189,153); }

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

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

 span { border-color: rgb(204,189,153); }

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