Shades of Cabaret #C85A68
Tints of Cabaret #C85A68
RGB
CMYK
RGB Variations
Color information
#C85A68 (or 0xC85A68) is known color: Cabaret. HEX triplet: C8, 5A and 68. RGB value is (200,90,104). Sum of RGB (Red+Green+Blue) = 200+90+104=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A68 is #37A597. Grayscale: #7C7C7C. Windows color (decimal): -3646872 or 6838984. OLE color: 6838984.
HSL color Cylindrical-coordinate representation of color #C85A68: hue angle of 352.36º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85A68 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 104 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.22 |
| HSL | 352.36º | 0.5% | 0.57% | - |
| HSV(B) | 352.36º | 0.55% | 0.78% | - |
| XYZ | 29.97 | 20.59 | 15.49 | - |
| YUV | 124.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 104 | 0 | 0.55 | 0.48 | 0.22 | 352.36 | 0.5 | 0.57 |
| Hex | C8 | 5A | 68 | 0 | 37 | 30 | 16 | 160 | 32 | 39 |
| Octal | 310 | 132 | 150 | 0 | 67 | 60 | 26 | 540 | 62 | 71 |
| Binary | 11001000 | 1011010 | 1101000 | 0 | 110111 | 110000 | 10110 | 101100000 | 110010 | 111001 |
Color Harmonies of #C85A68
Complementary color
Monochromatic Colors of #C85A68
Black with #C85A68
Text Example
Text Example
White with #C85A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A68; }
p { color: rgb(200,90,104); }
H1.HeaderClassName
{
color: #C85A68;
}
.AnyTagClassName
{
color: #C85A68;
}
</style>
background-color css
<style>
a { background-color: #C85A68; }
a { background-color: rgb(200,90,104); }
div.DivClassName
{
background-color: #C85A68;
}
.BgClassName
{
background-color: #C85A68;
}
</style>
border-color css
<style>
span { border-color: #C85A68; }
span { border-color: rgb(200,90,104); }
td.TdClassName
{
border-color: #C85A68;
}
.TagClassName
{
border-color: #C85A68;
}
</style>