#CCBC96

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

Shades of Sisal #CCBC96

Tints of Sisal #CCBC96

Color information

#CCBC96 (or 0xCCBC96) is unknown color: approx Sisal. HEX triplet: CC, BC and 96. RGB value is (204,188,150). Sum of RGB (Red+Green+Blue) = 204+188+150=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC96 is #334369. Grayscale: #BCBCBC. Windows color (decimal): -3359594 or 9878732. OLE color: 9878732.

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

Color convert

RGB204188150-
CMYK00.080.260.2
HSL42.22º34.62%69.41%-
HSV(B)42.22º26.47%80%-
XYZ48.3951.0136.15-
YUV188.45106.3139.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=37.64%
G=34.69%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418815000.080.260.242.2234.6269.41
HexCCBC96081A142a2345
Octal31427422601032245243105
Binary1100110010111100100101100100011010101001010101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC96; }

 p { color: rgb(204,188,150); }

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

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

 a { background-color: rgb(204,188,150); }

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

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

 span { border-color: rgb(204,188,150); }

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