Shades of Christine #CA622B
Tints of Christine #CA622B
RGB
CMYK
RGB Variations
Color information
#CA622B (or 0xCA622B) is known color: Christine. HEX triplet: CA, 62 and 2B. RGB value is (202,98,43). Sum of RGB (Red+Green+Blue) = 202+98+43=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA622B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA622B is #359DD4. Grayscale: #7B7B7B. Windows color (decimal): -3513813 or 2843338. OLE color: 2843338.
HSL color Cylindrical-coordinate representation of color #CA622B: hue angle of 20.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA622B is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 43 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.21 |
| HSL | 20.75º | 0.65% | 0.48% | - |
| HSV(B) | 20.75º | 0.79% | 0.79% | - |
| XYZ | 29.16 | 21.47 | 4.89 | - |
| YUV | 122.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 43 | 0 | 0.51 | 0.79 | 0.21 | 20.75 | 0.65 | 0.48 |
| Hex | CA | 62 | 2B | 0 | 33 | 4F | 15 | 15 | 41 | 30 |
| Octal | 312 | 142 | 53 | 0 | 63 | 117 | 25 | 25 | 101 | 60 |
| Binary | 11001010 | 1100010 | 101011 | 0 | 110011 | 1001111 | 10101 | 10101 | 1000001 | 110000 |
Color Harmonies of #CA622B
Complementary color
Monochromatic Colors of #CA622B
Black with #CA622B
Text Example
Text Example
White with #CA622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA622B; }
p { color: rgb(202,98,43); }
H1.HeaderClassName
{
color: #CA622B;
}
.AnyTagClassName
{
color: #CA622B;
}
</style>
background-color css
<style>
a { background-color: #CA622B; }
a { background-color: rgb(202,98,43); }
div.DivClassName
{
background-color: #CA622B;
}
.BgClassName
{
background-color: #CA622B;
}
</style>
border-color css
<style>
span { border-color: #CA622B; }
span { border-color: rgb(202,98,43); }
td.TdClassName
{
border-color: #CA622B;
}
.TagClassName
{
border-color: #CA622B;
}
</style>