Shades of Sea Pink #CD807B
Tints of Sea Pink #CD807B
RGB
CMYK
RGB Variations
Color information
#CD807B (or 0xCD807B) is known color: Sea Pink. HEX triplet: CD, 80 and 7B. RGB value is (205,128,123). Sum of RGB (Red+Green+Blue) = 205+128+123=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD807B is #327F84. Grayscale: #969696. Windows color (decimal): -3309445 or 8093901. OLE color: 8093901.
HSL color Cylindrical-coordinate representation of color #CD807B: hue angle of 3.66º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD807B is Cyan = 0, Magento = 0.38, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 128 | 123 | - |
| CMYK | 0 | 0.38 | 0.4 | 0.20 |
| HSL | 3.66º | 0.45% | 0.64% | - |
| HSV(B) | 3.66º | 0.4% | 0.8% | - |
| XYZ | 36.47 | 29.85 | 22.58 | - |
| YUV | 150.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 123 | 0 | 0.38 | 0.4 | 0.20 | 3.66 | 0.45 | 0.64 |
| Hex | CD | 80 | 7B | 0 | 26 | 28 | 14 | 4 | 2D | 40 |
| Octal | 315 | 200 | 173 | 0 | 46 | 50 | 24 | 4 | 55 | 100 |
| Binary | 11001101 | 10000000 | 1111011 | 0 | 100110 | 101000 | 10100 | 100 | 101101 | 1000000 |
Color Harmonies of #CD807B
Complementary color
Monochromatic Colors of #CD807B
Black with #CD807B
Text Example
Text Example
White with #CD807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD807B; }
p { color: rgb(205,128,123); }
H1.HeaderClassName
{
color: #CD807B;
}
.AnyTagClassName
{
color: #CD807B;
}
</style>
background-color css
<style>
a { background-color: #CD807B; }
a { background-color: rgb(205,128,123); }
div.DivClassName
{
background-color: #CD807B;
}
.BgClassName
{
background-color: #CD807B;
}
</style>
border-color css
<style>
span { border-color: #CD807B; }
span { border-color: rgb(205,128,123); }
td.TdClassName
{
border-color: #CD807B;
}
.TagClassName
{
border-color: #CD807B;
}
</style>