Shades of Cabaret #CA636C
Tints of Cabaret #CA636C
RGB
CMYK
RGB Variations
Color information
#CA636C (or 0xCA636C) is known color: Cabaret. HEX triplet: CA, 63 and 6C. RGB value is (202,99,108). Sum of RGB (Red+Green+Blue) = 202+99+108=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA636C is #359C93. Grayscale: #828282. Windows color (decimal): -3513492 or 7103434. OLE color: 7103434.
HSL color Cylindrical-coordinate representation of color #CA636C: hue angle of 354.76º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA636C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 108 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.21 |
| HSL | 354.76º | 0.49% | 0.59% | - |
| HSV(B) | 354.76º | 0.51% | 0.79% | - |
| XYZ | 31.53 | 22.56 | 16.88 | - |
| YUV | 130.82 | 115.12 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 108 | 0 | 0.51 | 0.47 | 0.21 | 354.76 | 0.49 | 0.59 |
| Hex | CA | 63 | 6C | 0 | 33 | 2F | 15 | 163 | 31 | 3B |
| Octal | 312 | 143 | 154 | 0 | 63 | 57 | 25 | 543 | 61 | 73 |
| Binary | 11001010 | 1100011 | 1101100 | 0 | 110011 | 101111 | 10101 | 101100011 | 110001 | 111011 |
Color Harmonies of #CA636C
Complementary color
Monochromatic Colors of #CA636C
Black with #CA636C
Text Example
Text Example
White with #CA636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA636C; }
p { color: rgb(202,99,108); }
H1.HeaderClassName
{
color: #CA636C;
}
.AnyTagClassName
{
color: #CA636C;
}
</style>
background-color css
<style>
a { background-color: #CA636C; }
a { background-color: rgb(202,99,108); }
div.DivClassName
{
background-color: #CA636C;
}
.BgClassName
{
background-color: #CA636C;
}
</style>
border-color css
<style>
span { border-color: #CA636C; }
span { border-color: rgb(202,99,108); }
td.TdClassName
{
border-color: #CA636C;
}
.TagClassName
{
border-color: #CA636C;
}
</style>