#CCBF99

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

Shades of Sisal #CCBF99

Tints of Sisal #CCBF99

Color information

#CCBF99 (or 0xCCBF99) is unknown color: approx Sisal. HEX triplet: CC, BF and 99. RGB value is (204,191,153). Sum of RGB (Red+Green+Blue) = 204+191+153=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF99 is #334066. Grayscale: #BEBEBE. Windows color (decimal): -3358823 or 10076108. OLE color: 10076108.

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

Color convert

RGB204191153-
CMYK00.060.250.2
HSL44.71º33.33%70%-
HSV(B)44.71º25%80%-
XYZ49.2852.437.65-
YUV190.56106.81137.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 153 (60.16% from 255) = 27.92%
R=37.23%
G=34.85%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419115300.060.250.244.7133.3370
HexCCBF990619142d2146
Octal3142772310631245541106
Binary110011001011111110011001011011001101001011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF99; }

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

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

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

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

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

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

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

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