#CC8B5B

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

Shades of Whiskey Sour #CC8B5B

Tints of Whiskey Sour #CC8B5B

Color information

#CC8B5B (or 0xCC8B5B) is unknown color: approx Whiskey Sour. HEX triplet: CC, 8B and 5B. RGB value is (204,139,91). Sum of RGB (Red+Green+Blue) = 204+139+91=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B5B is #3374A4. Grayscale: #999999. Windows color (decimal): -3372197 or 5999564. OLE color: 5999564.

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

Color convert

RGB20413991-
CMYK00.320.550.2
HSL25.49º52.56%57.84%-
HSV(B)25.49º55.39%80%-
XYZ36.0232.0614.19-
YUV152.9693.03164.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 139 (54.69% from 255) = 32.03%
BLUE value IS 91 (35.94% from 255) = 20.97%
R=47.00%
G=32.03%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041399100.320.550.225.4952.5657.84
HexCC8B5B020371419353a
Octal3142131330406724316572
Binary1100110010001011101101101000001101111010011001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B5B; }

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

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

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

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

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

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

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

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