#CC905D

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

Shades of Whiskey Sour #CC905D

Tints of Whiskey Sour #CC905D

Color information

#CC905D (or 0xCC905D) is unknown color: approx Whiskey Sour. HEX triplet: CC, 90 and 5D. RGB value is (204,144,93). Sum of RGB (Red+Green+Blue) = 204+144+93=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC905D is #336FA2. Grayscale: #9C9C9C. Windows color (decimal): -3370915 or 6131916. OLE color: 6131916.

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

Color convert

RGB20414493-
CMYK00.290.540.2
HSL27.57º52.11%58.24%-
HSV(B)27.57º54.41%80%-
XYZ36.8533.5714.89-
YUV156.1392.38162.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=46.26%
G=32.65%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041449300.290.540.227.5752.1158.24
HexCC905D01D36141c343a
Octal3142201350356624346472
Binary110011001001000010111010111011101101010011100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC905D; }

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

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

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

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

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

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

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

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