Shades of Dark Coral #CB654C
Tints of Dark Coral #CB654C
RGB
CMYK
RGB Variations
Color information
#CB654C (or 0xCB654C) is known color: Dark Coral. HEX triplet: CB, 65 and 4C. RGB value is (203,101,76). Sum of RGB (Red+Green+Blue) = 203+101+76=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB654C is #349AB3. Grayscale: #808080. Windows color (decimal): -3447476 or 5006795. OLE color: 5006795.
HSL color Cylindrical-coordinate representation of color #CB654C: hue angle of 11.81º degrees, saturation: 0.55, 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 #CB654C is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 76 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.20 |
| HSL | 11.81º | 0.55% | 0.55% | - |
| HSV(B) | 11.81º | 0.63% | 0.8% | - |
| XYZ | 30.59 | 22.53 | 9.57 | - |
| YUV | 128.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 76 | 0 | 0.50 | 0.63 | 0.20 | 11.81 | 0.55 | 0.55 |
| Hex | CB | 65 | 4C | 0 | 32 | 3F | 14 | C | 37 | 37 |
| Octal | 313 | 145 | 114 | 0 | 62 | 77 | 24 | 14 | 67 | 67 |
| Binary | 11001011 | 1100101 | 1001100 | 0 | 110010 | 111111 | 10100 | 1100 | 110111 | 110111 |
Color Harmonies of #CB654C
Complementary color
Monochromatic Colors of #CB654C
Black with #CB654C
Text Example
Text Example
White with #CB654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB654C; }
p { color: rgb(203,101,76); }
H1.HeaderClassName
{
color: #CB654C;
}
.AnyTagClassName
{
color: #CB654C;
}
</style>
background-color css
<style>
a { background-color: #CB654C; }
a { background-color: rgb(203,101,76); }
div.DivClassName
{
background-color: #CB654C;
}
.BgClassName
{
background-color: #CB654C;
}
</style>
border-color css
<style>
span { border-color: #CB654C; }
span { border-color: rgb(203,101,76); }
td.TdClassName
{
border-color: #CB654C;
}
.TagClassName
{
border-color: #CB654C;
}
</style>