#CC905B

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

Shades of Whiskey Sour #CC905B

Tints of Whiskey Sour #CC905B

Color information

#CC905B (or 0xCC905B) is unknown color: approx Whiskey Sour. HEX triplet: CC, 90 and 5B. RGB value is (204,144,91). Sum of RGB (Red+Green+Blue) = 204+144+91=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC905B is #336FA4. Grayscale: #9C9C9C. Windows color (decimal): -3370917 or 6000844. OLE color: 6000844.

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

Color convert

RGB20414491-
CMYK00.290.550.2
HSL28.14º52.56%57.84%-
HSV(B)28.14º55.39%80%-
XYZ36.7633.5414.43-
YUV155.991.38162.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 144 (56.64% from 255) = 32.80%
BLUE value IS 91 (35.94% from 255) = 20.73%
R=46.47%
G=32.80%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041449100.290.550.228.1452.5657.84
HexCC905B01D37141c353a
Octal3142201330356724346572
Binary110011001001000010110110111011101111010011100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC905B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC905B; }

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

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

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

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

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

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

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

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