Shades of Ochre #CB762A
Tints of Ochre #CB762A
RGB
CMYK
RGB Variations
Color information
#CB762A (or 0xCB762A) is known color: Ochre. HEX triplet: CB, 76 and 2A. RGB value is (203,118,42). Sum of RGB (Red+Green+Blue) = 203+118+42=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB762A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB762A is #3489D5. Grayscale: #878787. Windows color (decimal): -3443158 or 2782923. OLE color: 2782923.
HSL color Cylindrical-coordinate representation of color #CB762A: hue angle of 28.32º degrees, saturation: 0.66, 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 #CB762A is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 42 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.20 |
| HSL | 28.32º | 0.66% | 0.48% | - |
| HSV(B) | 28.32º | 0.79% | 0.8% | - |
| XYZ | 31.52 | 25.82 | 5.51 | - |
| YUV | 134.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 42 | 0 | 0.42 | 0.79 | 0.20 | 28.32 | 0.66 | 0.48 |
| Hex | CB | 76 | 2A | 0 | 2A | 4F | 14 | 1C | 42 | 30 |
| Octal | 313 | 166 | 52 | 0 | 52 | 117 | 24 | 34 | 102 | 60 |
| Binary | 11001011 | 1110110 | 101010 | 0 | 101010 | 1001111 | 10100 | 11100 | 1000010 | 110000 |
Color Harmonies of #CB762A
Complementary color
Monochromatic Colors of #CB762A
Black with #CB762A
Text Example
Text Example
White with #CB762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB762A; }
p { color: rgb(203,118,42); }
H1.HeaderClassName
{
color: #CB762A;
}
.AnyTagClassName
{
color: #CB762A;
}
</style>
background-color css
<style>
a { background-color: #CB762A; }
a { background-color: rgb(203,118,42); }
div.DivClassName
{
background-color: #CB762A;
}
.BgClassName
{
background-color: #CB762A;
}
</style>
border-color css
<style>
span { border-color: #CB762A; }
span { border-color: rgb(203,118,42); }
td.TdClassName
{
border-color: #CB762A;
}
.TagClassName
{
border-color: #CB762A;
}
</style>