Shades of Christine #CA672E
Tints of Christine #CA672E
RGB
CMYK
RGB Variations
Color information
#CA672E (or 0xCA672E) is known color: Christine. HEX triplet: CA, 67 and 2E. RGB value is (202,103,46). Sum of RGB (Red+Green+Blue) = 202+103+46=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA672E is #3598D1. Grayscale: #7E7E7E. Windows color (decimal): -3512530 or 3041226. OLE color: 3041226.
HSL color Cylindrical-coordinate representation of color #CA672E: hue angle of 21.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA672E is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 46 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.21 |
| HSL | 21.92º | 0.63% | 0.49% | - |
| HSV(B) | 21.92º | 0.77% | 0.79% | - |
| XYZ | 29.7 | 22.45 | 5.35 | - |
| YUV | 126.1 | 82.8 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 46 | 0 | 0.49 | 0.77 | 0.21 | 21.92 | 0.63 | 0.49 |
| Hex | CA | 67 | 2E | 0 | 31 | 4D | 15 | 16 | 3F | 31 |
| Octal | 312 | 147 | 56 | 0 | 61 | 115 | 25 | 26 | 77 | 61 |
| Binary | 11001010 | 1100111 | 101110 | 0 | 110001 | 1001101 | 10101 | 10110 | 111111 | 110001 |
Color Harmonies of #CA672E
Complementary color
Monochromatic Colors of #CA672E
Black with #CA672E
Text Example
Text Example
White with #CA672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA672E; }
p { color: rgb(202,103,46); }
H1.HeaderClassName
{
color: #CA672E;
}
.AnyTagClassName
{
color: #CA672E;
}
</style>
background-color css
<style>
a { background-color: #CA672E; }
a { background-color: rgb(202,103,46); }
div.DivClassName
{
background-color: #CA672E;
}
.BgClassName
{
background-color: #CA672E;
}
</style>
border-color css
<style>
span { border-color: #CA672E; }
span { border-color: rgb(202,103,46); }
td.TdClassName
{
border-color: #CA672E;
}
.TagClassName
{
border-color: #CA672E;
}
</style>