#CC935B

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

Shades of Whiskey Sour #CC935B

Tints of Whiskey Sour #CC935B

Color information

#CC935B (or 0xCC935B) is unknown color: approx Whiskey Sour. HEX triplet: CC, 93 and 5B. RGB value is (204,147,91). Sum of RGB (Red+Green+Blue) = 204+147+91=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC935B is #336CA4. Grayscale: #9D9D9D. Windows color (decimal): -3370149 or 6001612. OLE color: 6001612.

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

Color convert

RGB20414791-
CMYK00.280.550.2
HSL29.73º52.56%57.84%-
HSV(B)29.73º55.39%80%-
XYZ37.2234.4614.59-
YUV157.6690.38161.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 91 (35.94% from 255) = 20.59%
R=46.15%
G=33.26%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041479100.280.550.229.7352.5657.84
HexCC935B01C37141e353a
Octal3142231330346724366572
Binary110011001001001110110110111001101111010011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC935B; }

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

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

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

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

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

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

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

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