Shades of Dark Coral #C65C42
Tints of Dark Coral #C65C42
RGB
CMYK
RGB Variations
Color information
#C65C42 (or 0xC65C42) is known color: Dark Coral. HEX triplet: C6, 5C and 42. RGB value is (198,92,66). Sum of RGB (Red+Green+Blue) = 198+92+66=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65C42 is #39A3BD. Grayscale: #787878. Windows color (decimal): -3777470 or 4349126. OLE color: 4349126.
HSL color Cylindrical-coordinate representation of color #C65C42: hue angle of 11.82º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C65C42 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 66 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.22 |
| HSL | 11.82º | 0.54% | 0.52% | - |
| HSV(B) | 11.82º | 0.67% | 0.78% | - |
| XYZ | 28.1 | 20.05 | 7.54 | - |
| YUV | 120.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 66 | 0 | 0.54 | 0.67 | 0.22 | 11.82 | 0.54 | 0.52 |
| Hex | C6 | 5C | 42 | 0 | 36 | 43 | 16 | C | 36 | 34 |
| Octal | 306 | 134 | 102 | 0 | 66 | 103 | 26 | 14 | 66 | 64 |
| Binary | 11000110 | 1011100 | 1000010 | 0 | 110110 | 1000011 | 10110 | 1100 | 110110 | 110100 |
Color Harmonies of #C65C42
Complementary color
Monochromatic Colors of #C65C42
Black with #C65C42
Text Example
Text Example
White with #C65C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C42; }
p { color: rgb(198,92,66); }
H1.HeaderClassName
{
color: #C65C42;
}
.AnyTagClassName
{
color: #C65C42;
}
</style>
background-color css
<style>
a { background-color: #C65C42; }
a { background-color: rgb(198,92,66); }
div.DivClassName
{
background-color: #C65C42;
}
.BgClassName
{
background-color: #C65C42;
}
</style>
border-color css
<style>
span { border-color: #C65C42; }
span { border-color: rgb(198,92,66); }
td.TdClassName
{
border-color: #C65C42;
}
.TagClassName
{
border-color: #C65C42;
}
</style>