#cc955f

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

Shades of Whiskey Sour #CC955F

Tints of Whiskey Sour #CC955F

Color information

#CC955F (or 0xCC955F) is unknown color: approx Whiskey Sour. HEX triplet: CC, 95 and 5F. RGB value is (204,149,95). Sum of RGB (Red+Green+Blue) = 204+149+95=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC955F is #336AA0. Grayscale: #9F9F9F. Windows color (decimal): -3369633 or 6264268. OLE color: 6264268.

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

Color convert

RGB20414995-
CMYK00.270.530.2
HSL29.72º51.66%58.63%-
HSV(B)29.72º53.43%80%-
XYZ37.7135.1615.62-
YUV159.2991.72159.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 95 (37.5% from 255) = 21.21%
R=45.54%
G=33.26%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041499500.270.530.229.7251.6658.63
HexCC955F01B35141e343b
Octal3142251370336524366473
Binary110011001001010110111110110111101011010011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc955f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc955f; }

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

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

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

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

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

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

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

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