Shades of Sea Pink #CF8282
Tints of Sea Pink #CF8282
RGB
CMYK
RGB Variations
Color information
#CF8282 (or 0xCF8282) is known color: Sea Pink. HEX triplet: CF, 82 and 82. RGB value is (207,130,130). Sum of RGB (Red+Green+Blue) = 207+130+130=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8282 is #307D7D. Grayscale: #999999. Windows color (decimal): -3177854 or 8553167. OLE color: 8553167.
HSL color Cylindrical-coordinate representation of color #CF8282: hue angle of 0º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF8282 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 130 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.19 |
| HSL | 0º | 0.45% | 0.66% | - |
| HSV(B) | 0º | 0.37% | 0.81% | - |
| XYZ | 37.74 | 30.84 | 25.08 | - |
| YUV | 153.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 130 | 0 | 0.37 | 0.37 | 0.19 | 0 | 0.45 | 0.66 |
| Hex | CF | 82 | 82 | 0 | 25 | 25 | 13 | 0 | 2D | 42 |
| Octal | 317 | 202 | 202 | 0 | 45 | 45 | 23 | 0 | 55 | 102 |
| Binary | 11001111 | 10000010 | 10000010 | 0 | 100101 | 100101 | 10011 | 0 | 101101 | 1000010 |
Color Harmonies of #CF8282
Complementary color
Monochromatic Colors of #CF8282
Black with #CF8282
Text Example
Text Example
White with #CF8282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8282; }
p { color: rgb(207,130,130); }
H1.HeaderClassName
{
color: #CF8282;
}
.AnyTagClassName
{
color: #CF8282;
}
</style>
background-color css
<style>
a { background-color: #CF8282; }
a { background-color: rgb(207,130,130); }
div.DivClassName
{
background-color: #CF8282;
}
.BgClassName
{
background-color: #CF8282;
}
</style>
border-color css
<style>
span { border-color: #CF8282; }
span { border-color: rgb(207,130,130); }
td.TdClassName
{
border-color: #CF8282;
}
.TagClassName
{
border-color: #CF8282;
}
</style>