Shades of Dark Coral #CC634C
Tints of Dark Coral #CC634C
RGB
CMYK
RGB Variations
Color information
#CC634C (or 0xCC634C) is known color: Dark Coral. HEX triplet: CC, 63 and 4C. RGB value is (204,99,76). Sum of RGB (Red+Green+Blue) = 204+99+76=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC634C is #339CB3. Grayscale: #7F7F7F. Windows color (decimal): -3382452 or 5006284. OLE color: 5006284.
HSL color Cylindrical-coordinate representation of color #CC634C: hue angle of 10.78º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC634C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 76 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.2 |
| HSL | 10.78º | 0.56% | 0.55% | - |
| HSV(B) | 10.78º | 0.63% | 0.8% | - |
| XYZ | 30.67 | 22.28 | 9.52 | - |
| YUV | 127.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 76 | 0 | 0.51 | 0.63 | 0.2 | 10.78 | 0.56 | 0.55 |
| Hex | CC | 63 | 4C | 0 | 33 | 3F | 14 | B | 38 | 37 |
| Octal | 314 | 143 | 114 | 0 | 63 | 77 | 24 | 13 | 70 | 67 |
| Binary | 11001100 | 1100011 | 1001100 | 0 | 110011 | 111111 | 10100 | 1011 | 111000 | 110111 |
Color Harmonies of #CC634C
Complementary color
Monochromatic Colors of #CC634C
Black with #CC634C
Text Example
Text Example
White with #CC634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC634C; }
p { color: rgb(204,99,76); }
H1.HeaderClassName
{
color: #CC634C;
}
.AnyTagClassName
{
color: #CC634C;
}
</style>
background-color css
<style>
a { background-color: #CC634C; }
a { background-color: rgb(204,99,76); }
div.DivClassName
{
background-color: #CC634C;
}
.BgClassName
{
background-color: #CC634C;
}
</style>
border-color css
<style>
span { border-color: #CC634C; }
span { border-color: rgb(204,99,76); }
td.TdClassName
{
border-color: #CC634C;
}
.TagClassName
{
border-color: #CC634C;
}
</style>