Shades of Chocolate #CC631A
Tints of Chocolate #CC631A
RGB
CMYK
RGB Variations
Color information
#CC631A (or 0xCC631A) is known color: Chocolate. HEX triplet: CC, 63 and 1A. RGB value is (204,99,26). Sum of RGB (Red+Green+Blue) = 204+99+26=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC631A is #339CE5. Grayscale: #7A7A7A. Windows color (decimal): -3382502 or 1729484. OLE color: 1729484.
HSL color Cylindrical-coordinate representation of color #CC631A: hue angle of 24.61º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC631A is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 26 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.2 |
| HSL | 24.61º | 0.77% | 0.45% | - |
| HSV(B) | 24.61º | 0.87% | 0.8% | - |
| XYZ | 29.55 | 21.84 | 3.63 | - |
| YUV | 122.07 | 73.79 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 26 | 0 | 0.51 | 0.87 | 0.2 | 24.61 | 0.77 | 0.45 |
| Hex | CC | 63 | 1A | 0 | 33 | 57 | 14 | 19 | 4D | 2D |
| Octal | 314 | 143 | 32 | 0 | 63 | 127 | 24 | 31 | 115 | 55 |
| Binary | 11001100 | 1100011 | 11010 | 0 | 110011 | 1010111 | 10100 | 11001 | 1001101 | 101101 |
Color Harmonies of #CC631A
Complementary color
Monochromatic Colors of #CC631A
Black with #CC631A
Text Example
Text Example
White with #CC631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC631A; }
p { color: rgb(204,99,26); }
H1.HeaderClassName
{
color: #CC631A;
}
.AnyTagClassName
{
color: #CC631A;
}
</style>
background-color css
<style>
a { background-color: #CC631A; }
a { background-color: rgb(204,99,26); }
div.DivClassName
{
background-color: #CC631A;
}
.BgClassName
{
background-color: #CC631A;
}
</style>
border-color css
<style>
span { border-color: #CC631A; }
span { border-color: rgb(204,99,26); }
td.TdClassName
{
border-color: #CC631A;
}
.TagClassName
{
border-color: #CC631A;
}
</style>