Shades of Chocolate #C35C19
Tints of Chocolate #C35C19
RGB
CMYK
RGB Variations
Color information
#C35C19 (or 0xC35C19) is known color: Chocolate. HEX triplet: C3, 5C and 19. RGB value is (195,92,25). Sum of RGB (Red+Green+Blue) = 195+92+25=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35C19 is #3CA3E6. Grayscale: #737373. Windows color (decimal): -3974119 or 1662147. OLE color: 1662147.
HSL color Cylindrical-coordinate representation of color #C35C19: hue angle of 23.65º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C35C19 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 25 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.24 |
| HSL | 23.65º | 0.77% | 0.43% | - |
| HSV(B) | 23.65º | 0.87% | 0.76% | - |
| XYZ | 26.51 | 19.33 | 3.25 | - |
| YUV | 115.16 | 77.12 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 25 | 0 | 0.53 | 0.87 | 0.24 | 23.65 | 0.77 | 0.43 |
| Hex | C3 | 5C | 19 | 0 | 35 | 57 | 18 | 18 | 4D | 2B |
| Octal | 303 | 134 | 31 | 0 | 65 | 127 | 30 | 30 | 115 | 53 |
| Binary | 11000011 | 1011100 | 11001 | 0 | 110101 | 1010111 | 11000 | 11000 | 1001101 | 101011 |
Color Harmonies of #C35C19
Complementary color
Monochromatic Colors of #C35C19
Black with #C35C19
Text Example
Text Example
White with #C35C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C19; }
p { color: rgb(195,92,25); }
H1.HeaderClassName
{
color: #C35C19;
}
.AnyTagClassName
{
color: #C35C19;
}
</style>
background-color css
<style>
a { background-color: #C35C19; }
a { background-color: rgb(195,92,25); }
div.DivClassName
{
background-color: #C35C19;
}
.BgClassName
{
background-color: #C35C19;
}
</style>
border-color css
<style>
span { border-color: #C35C19; }
span { border-color: rgb(195,92,25); }
td.TdClassName
{
border-color: #C35C19;
}
.TagClassName
{
border-color: #C35C19;
}
</style>