#CC915B

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

Shades of Whiskey Sour #CC915B

Tints of Whiskey Sour #CC915B

Color information

#CC915B (or 0xCC915B) is unknown color: approx Whiskey Sour. HEX triplet: CC, 91 and 5B. RGB value is (204,145,91). Sum of RGB (Red+Green+Blue) = 204+145+91=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC915B is #336EA4. Grayscale: #9C9C9C. Windows color (decimal): -3370661 or 6001100. OLE color: 6001100.

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

Color convert

RGB20414591-
CMYK00.290.550.2
HSL28.67º52.56%57.84%-
HSV(B)28.67º55.39%80%-
XYZ36.9233.8414.48-
YUV156.4891.05161.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 91 (35.94% from 255) = 20.68%
R=46.36%
G=32.95%
B=20.68%

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
Decimal2041459100.290.550.228.6752.5657.84
HexCC915B01D37141d353a
Octal3142211330356724356572
Binary110011001001000110110110111011101111010011101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC915B; }

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

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

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

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

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

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

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

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