#CCBF95

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

Shades of Sisal #CCBF95

Tints of Sisal #CCBF95

Color information

#CCBF95 (or 0xCCBF95) is unknown color: approx Sisal. HEX triplet: CC, BF and 95. RGB value is (204,191,149). Sum of RGB (Red+Green+Blue) = 204+191+149=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF95 is #33406A. Grayscale: #BEBEBE. Windows color (decimal): -3358827 or 9813964. OLE color: 9813964.

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

Color convert

RGB204191149-
CMYK00.060.270.2
HSL45.82º35.03%69.22%-
HSV(B)45.82º26.96%80%-
XYZ48.9652.2735.94-
YUV190.1104.81137.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 149 (58.59% from 255) = 27.39%
R=37.5%
G=35.11%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419114900.060.270.245.8235.0369.22
HexCCBF95061B142e2345
Octal3142772250633245643105
Binary110011001011111110010101011011011101001011101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF95; }

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

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

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

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

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

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

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

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