Shades of Whiskey Sour #CB965C
Tints of Whiskey Sour #CB965C
RGB
CMYK
RGB Variations
Color information
#CB965C (or 0xCB965C) is known color: Whiskey Sour. HEX triplet: CB, 96 and 5C. RGB value is (203,150,92). Sum of RGB (Red+Green+Blue) = 203+150+92=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB965C is #3469A3. Grayscale: #9F9F9F. Windows color (decimal): -3434916 or 6067915. OLE color: 6067915.
HSL color Cylindrical-coordinate representation of color #CB965C: hue angle of 31.35º degrees, saturation: 0.52, 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 #CB965C is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 92 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.20 |
| HSL | 31.35º | 0.52% | 0.58% | - |
| HSV(B) | 31.35º | 0.55% | 0.8% | - |
| XYZ | 37.47 | 35.28 | 14.96 | - |
| YUV | 159.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 92 | 0 | 0.26 | 0.55 | 0.20 | 31.35 | 0.52 | 0.58 |
| Hex | CB | 96 | 5C | 0 | 1A | 37 | 14 | 1F | 34 | 3A |
| Octal | 313 | 226 | 134 | 0 | 32 | 67 | 24 | 37 | 64 | 72 |
| Binary | 11001011 | 10010110 | 1011100 | 0 | 11010 | 110111 | 10100 | 11111 | 110100 | 111010 |
Color Harmonies of #CB965C
Complementary color
Monochromatic Colors of #CB965C
Black with #CB965C
Text Example
Text Example
White with #CB965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB965C; }
p { color: rgb(203,150,92); }
H1.HeaderClassName
{
color: #CB965C;
}
.AnyTagClassName
{
color: #CB965C;
}
</style>
background-color css
<style>
a { background-color: #CB965C; }
a { background-color: rgb(203,150,92); }
div.DivClassName
{
background-color: #CB965C;
}
.BgClassName
{
background-color: #CB965C;
}
</style>
border-color css
<style>
span { border-color: #CB965C; }
span { border-color: rgb(203,150,92); }
td.TdClassName
{
border-color: #CB965C;
}
.TagClassName
{
border-color: #CB965C;
}
</style>