Shades of Ochre #CD762A
Tints of Ochre #CD762A
RGB
CMYK
RGB Variations
Color information
#CD762A (or 0xCD762A) is known color: Ochre. HEX triplet: CD, 76 and 2A. RGB value is (205,118,42). Sum of RGB (Red+Green+Blue) = 205+118+42=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD762A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD762A is #3289D5. Grayscale: #878787. Windows color (decimal): -3312086 or 2782925. OLE color: 2782925.
HSL color Cylindrical-coordinate representation of color #CD762A: hue angle of 27.98º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD762A is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 42 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.20 |
| HSL | 27.98º | 0.66% | 0.48% | - |
| HSV(B) | 27.98º | 0.8% | 0.8% | - |
| XYZ | 32.07 | 26.1 | 5.54 | - |
| YUV | 135.35 | 75.32 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 42 | 0 | 0.42 | 0.80 | 0.20 | 27.98 | 0.66 | 0.48 |
| Hex | CD | 76 | 2A | 0 | 2A | 50 | 14 | 1C | 42 | 30 |
| Octal | 315 | 166 | 52 | 0 | 52 | 120 | 24 | 34 | 102 | 60 |
| Binary | 11001101 | 1110110 | 101010 | 0 | 101010 | 1010000 | 10100 | 11100 | 1000010 | 110000 |
Color Harmonies of #CD762A
Complementary color
Monochromatic Colors of #CD762A
Black with #CD762A
Text Example
Text Example
White with #CD762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD762A; }
p { color: rgb(205,118,42); }
H1.HeaderClassName
{
color: #CD762A;
}
.AnyTagClassName
{
color: #CD762A;
}
</style>
background-color css
<style>
a { background-color: #CD762A; }
a { background-color: rgb(205,118,42); }
div.DivClassName
{
background-color: #CD762A;
}
.BgClassName
{
background-color: #CD762A;
}
</style>
border-color css
<style>
span { border-color: #CD762A; }
span { border-color: rgb(205,118,42); }
td.TdClassName
{
border-color: #CD762A;
}
.TagClassName
{
border-color: #CD762A;
}
</style>