Shades of Christine #CB632B
Tints of Christine #CB632B
RGB
CMYK
RGB Variations
Color information
#CB632B (or 0xCB632B) is known color: Christine. HEX triplet: CB, 63 and 2B. RGB value is (203,99,43). Sum of RGB (Red+Green+Blue) = 203+99+43=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB632B is #349CD4. Grayscale: #7C7C7C. Windows color (decimal): -3448021 or 2843595. OLE color: 2843595.
HSL color Cylindrical-coordinate representation of color #CB632B: hue angle of 21º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB632B is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 43 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.20 |
| HSL | 21º | 0.65% | 0.48% | - |
| HSV(B) | 21º | 0.79% | 0.8% | - |
| XYZ | 29.53 | 21.79 | 4.94 | - |
| YUV | 123.71 | 82.46 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 43 | 0 | 0.51 | 0.79 | 0.20 | 21 | 0.65 | 0.48 |
| Hex | CB | 63 | 2B | 0 | 33 | 4F | 14 | 15 | 41 | 30 |
| Octal | 313 | 143 | 53 | 0 | 63 | 117 | 24 | 25 | 101 | 60 |
| Binary | 11001011 | 1100011 | 101011 | 0 | 110011 | 1001111 | 10100 | 10101 | 1000001 | 110000 |
Color Harmonies of #CB632B
Complementary color
Monochromatic Colors of #CB632B
Black with #CB632B
Text Example
Text Example
White with #CB632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB632B; }
p { color: rgb(203,99,43); }
H1.HeaderClassName
{
color: #CB632B;
}
.AnyTagClassName
{
color: #CB632B;
}
</style>
background-color css
<style>
a { background-color: #CB632B; }
a { background-color: rgb(203,99,43); }
div.DivClassName
{
background-color: #CB632B;
}
.BgClassName
{
background-color: #CB632B;
}
</style>
border-color css
<style>
span { border-color: #CB632B; }
span { border-color: rgb(203,99,43); }
td.TdClassName
{
border-color: #CB632B;
}
.TagClassName
{
border-color: #CB632B;
}
</style>