Shades of Whiskey #CC9269
Tints of Whiskey #CC9269
RGB
CMYK
RGB Variations
Color information
#CC9269 (or 0xCC9269) is known color: Whiskey. HEX triplet: CC, 92 and 69. RGB value is (204,146,105). Sum of RGB (Red+Green+Blue) = 204+146+105=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9269 is #336D96. Grayscale: #9E9E9E. Windows color (decimal): -3370391 or 6918860. OLE color: 6918860.
HSL color Cylindrical-coordinate representation of color #CC9269: hue angle of 24.85º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC9269 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 105 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.2 |
| HSL | 24.85º | 0.49% | 0.61% | - |
| HSV(B) | 24.85º | 0.49% | 0.8% | - |
| XYZ | 37.73 | 34.42 | 18.02 | - |
| YUV | 158.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 105 | 0 | 0.28 | 0.49 | 0.2 | 24.85 | 0.49 | 0.61 |
| Hex | CC | 92 | 69 | 0 | 1C | 31 | 14 | 19 | 31 | 3D |
| Octal | 314 | 222 | 151 | 0 | 34 | 61 | 24 | 31 | 61 | 75 |
| Binary | 11001100 | 10010010 | 1101001 | 0 | 11100 | 110001 | 10100 | 11001 | 110001 | 111101 |
Color Harmonies of #CC9269
Complementary color
Monochromatic Colors of #CC9269
Black with #CC9269
Text Example
Text Example
White with #CC9269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9269; }
p { color: rgb(204,146,105); }
H1.HeaderClassName
{
color: #CC9269;
}
.AnyTagClassName
{
color: #CC9269;
}
</style>
background-color css
<style>
a { background-color: #CC9269; }
a { background-color: rgb(204,146,105); }
div.DivClassName
{
background-color: #CC9269;
}
.BgClassName
{
background-color: #CC9269;
}
</style>
border-color css
<style>
span { border-color: #CC9269; }
span { border-color: rgb(204,146,105); }
td.TdClassName
{
border-color: #CC9269;
}
.TagClassName
{
border-color: #CC9269;
}
</style>