#CCBF93

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

Shades of Sisal #CCBF93

Tints of Sisal #CCBF93

Color information

#CCBF93 (or 0xCCBF93) is unknown color: approx Sisal. HEX triplet: CC, BF and 93. RGB value is (204,191,147). Sum of RGB (Red+Green+Blue) = 204+191+147=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF93 is #33406C. Grayscale: #BEBEBE. Windows color (decimal): -3358829 or 9682892. OLE color: 9682892.

HSL color Cylindrical-coordinate representation of color #CCBF93: hue angle of 46.32º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCBF93 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB204191147-
CMYK00.060.280.2
HSL46.32º35.85%68.82%-
HSV(B)46.32º27.94%80%-
XYZ48.852.2135.11-
YUV189.87103.81138.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=37.64%
G=35.24%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419114700.060.280.246.3235.8568.82
HexCCBF93061C142e2445
Octal3142772230634245644105
Binary110011001011111110010011011011100101001011101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF93; }

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

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

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

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

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

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

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

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