Shades of Dark Coral #C65B42
Tints of Dark Coral #C65B42
RGB
CMYK
RGB Variations
Color information
#C65B42 (or 0xC65B42) is known color: Dark Coral. HEX triplet: C6, 5B and 42. RGB value is (198,91,66). Sum of RGB (Red+Green+Blue) = 198+91+66=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65B42 is #39A4BD. Grayscale: #787878. Windows color (decimal): -3777726 or 4348870. OLE color: 4348870.
HSL color Cylindrical-coordinate representation of color #C65B42: hue angle of 11.36º 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 #C65B42 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 66 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.22 |
| HSL | 11.36º | 0.54% | 0.52% | - |
| HSV(B) | 11.36º | 0.67% | 0.78% | - |
| XYZ | 28.01 | 19.88 | 7.52 | - |
| YUV | 120.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 66 | 0 | 0.54 | 0.67 | 0.22 | 11.36 | 0.54 | 0.52 |
| Hex | C6 | 5B | 42 | 0 | 36 | 43 | 16 | B | 36 | 34 |
| Octal | 306 | 133 | 102 | 0 | 66 | 103 | 26 | 13 | 66 | 64 |
| Binary | 11000110 | 1011011 | 1000010 | 0 | 110110 | 1000011 | 10110 | 1011 | 110110 | 110100 |
Color Harmonies of #C65B42
Complementary color
Monochromatic Colors of #C65B42
Black with #C65B42
Text Example
Text Example
White with #C65B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65B42; }
p { color: rgb(198,91,66); }
H1.HeaderClassName
{
color: #C65B42;
}
.AnyTagClassName
{
color: #C65B42;
}
</style>
background-color css
<style>
a { background-color: #C65B42; }
a { background-color: rgb(198,91,66); }
div.DivClassName
{
background-color: #C65B42;
}
.BgClassName
{
background-color: #C65B42;
}
</style>
border-color css
<style>
span { border-color: #C65B42; }
span { border-color: rgb(198,91,66); }
td.TdClassName
{
border-color: #C65B42;
}
.TagClassName
{
border-color: #C65B42;
}
</style>