#CC8A5D

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

Shades of Whiskey #CC8A5D

Tints of Whiskey #CC8A5D

Color information

#CC8A5D (or 0xCC8A5D) is unknown color: approx Whiskey. HEX triplet: CC, 8A and 5D. RGB value is (204,138,93). Sum of RGB (Red+Green+Blue) = 204+138+93=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A5D is #3375A2. Grayscale: #989898. Windows color (decimal): -3372451 or 6130380. OLE color: 6130380.

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

Color convert

RGB20413893-
CMYK00.320.540.2
HSL24.32º52.11%58.24%-
HSV(B)24.32º54.41%80%-
XYZ35.9731.814.6-
YUV152.694.37164.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=46.90%
G=31.72%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041389300.320.540.224.3252.1158.24
HexCC8A5D020361418343a
Octal3142121350406624306472
Binary1100110010001010101110101000001101101010011000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A5D; }

 p { color: rgb(204,138,93); }

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

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

 a { background-color: rgb(204,138,93); }

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

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

 span { border-color: rgb(204,138,93); }

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