Shades of Ochre #CC7B13
Tints of Ochre #CC7B13
RGB
CMYK
RGB Variations
Color information
#CC7B13 (or 0xCC7B13) is known color: Ochre. HEX triplet: CC, 7B and 13. RGB value is (204,123,19). Sum of RGB (Red+Green+Blue) = 204+123+19=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7B13 is #3384EC. Grayscale: #878787. Windows color (decimal): -3376365 or 1276876. OLE color: 1276876.
HSL color Cylindrical-coordinate representation of color #CC7B13: hue angle of 33.73º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC7B13 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 19 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.2 |
| HSL | 33.73º | 0.83% | 0.44% | - |
| HSV(B) | 33.73º | 0.91% | 0.8% | - |
| XYZ | 32.1 | 27.05 | 4.15 | - |
| YUV | 135.36 | 62.34 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 19 | 0 | 0.40 | 0.91 | 0.2 | 33.73 | 0.83 | 0.44 |
| Hex | CC | 7B | 13 | 0 | 28 | 5B | 14 | 22 | 53 | 2C |
| Octal | 314 | 173 | 23 | 0 | 50 | 133 | 24 | 42 | 123 | 54 |
| Binary | 11001100 | 1111011 | 10011 | 0 | 101000 | 1011011 | 10100 | 100010 | 1010011 | 101100 |
Color Harmonies of #CC7B13
Complementary color
Monochromatic Colors of #CC7B13
Black with #CC7B13
Text Example
Text Example
White with #CC7B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B13; }
p { color: rgb(204,123,19); }
H1.HeaderClassName
{
color: #CC7B13;
}
.AnyTagClassName
{
color: #CC7B13;
}
</style>
background-color css
<style>
a { background-color: #CC7B13; }
a { background-color: rgb(204,123,19); }
div.DivClassName
{
background-color: #CC7B13;
}
.BgClassName
{
background-color: #CC7B13;
}
</style>
border-color css
<style>
span { border-color: #CC7B13; }
span { border-color: rgb(204,123,19); }
td.TdClassName
{
border-color: #CC7B13;
}
.TagClassName
{
border-color: #CC7B13;
}
</style>