#CCBF94

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

Shades of Sisal #CCBF94

Tints of Sisal #CCBF94

Color information

#CCBF94 (or 0xCCBF94) is unknown color: approx Sisal. HEX triplet: CC, BF and 94. RGB value is (204,191,148). Sum of RGB (Red+Green+Blue) = 204+191+148=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF94 is #33406B. Grayscale: #BEBEBE. Windows color (decimal): -3358828 or 9748428. OLE color: 9748428.

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

Color convert

RGB204191148-
CMYK00.060.270.2
HSL46.07º35.44%69.02%-
HSV(B)46.07º27.45%80%-
XYZ48.8852.2435.52-
YUV189.98104.31138-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=37.57%
G=35.17%
B=27.26%

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
Decimal20419114800.060.270.246.0735.4469.02
HexCCBF94061B142e2345
Octal3142772240633245643105
Binary110011001011111110010100011011011101001011101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF94; }

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

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

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

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

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

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

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

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