Shades of Whiskey Sour #CC925A
Tints of Whiskey Sour #CC925A
RGB
CMYK
RGB Variations
Color information
#CC925A (or 0xCC925A) is known color: Whiskey Sour. HEX triplet: CC, 92 and 5A. RGB value is (204,146,90). Sum of RGB (Red+Green+Blue) = 204+146+90=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC925A is #336DA5. Grayscale: #9D9D9D. Windows color (decimal): -3370406 or 5935820. OLE color: 5935820.
HSL color Cylindrical-coordinate representation of color #CC925A: hue angle of 29.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC925A is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 90 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.2 |
| HSL | 29.47º | 0.53% | 0.58% | - |
| HSV(B) | 29.47º | 0.56% | 0.8% | - |
| XYZ | 37.03 | 34.13 | 14.31 | - |
| YUV | 156.96 | 90.22 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 90 | 0 | 0.28 | 0.56 | 0.2 | 29.47 | 0.53 | 0.58 |
| Hex | CC | 92 | 5A | 0 | 1C | 38 | 14 | 1D | 35 | 3A |
| Octal | 314 | 222 | 132 | 0 | 34 | 70 | 24 | 35 | 65 | 72 |
| Binary | 11001100 | 10010010 | 1011010 | 0 | 11100 | 111000 | 10100 | 11101 | 110101 | 111010 |
Color Harmonies of #CC925A
Complementary color
Monochromatic Colors of #CC925A
Black with #CC925A
Text Example
Text Example
White with #CC925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC925A; }
p { color: rgb(204,146,90); }
H1.HeaderClassName
{
color: #CC925A;
}
.AnyTagClassName
{
color: #CC925A;
}
</style>
background-color css
<style>
a { background-color: #CC925A; }
a { background-color: rgb(204,146,90); }
div.DivClassName
{
background-color: #CC925A;
}
.BgClassName
{
background-color: #CC925A;
}
</style>
border-color css
<style>
span { border-color: #CC925A; }
span { border-color: rgb(204,146,90); }
td.TdClassName
{
border-color: #CC925A;
}
.TagClassName
{
border-color: #CC925A;
}
</style>