Shades of Sea Pink #CD7D7B
Tints of Sea Pink #CD7D7B
RGB
CMYK
RGB Variations
Color information
#CD7D7B (or 0xCD7D7B) is known color: Sea Pink. HEX triplet: CD, 7D and 7B. RGB value is (205,125,123). Sum of RGB (Red+Green+Blue) = 205+125+123=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D7B is #328284. Grayscale: #949494. Windows color (decimal): -3310213 or 8093133. OLE color: 8093133.
HSL color Cylindrical-coordinate representation of color #CD7D7B: hue angle of 1.46º 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 #CD7D7B is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 123 | - |
| CMYK | 0 | 0.39 | 0.4 | 0.20 |
| HSL | 1.46º | 0.45% | 0.64% | - |
| HSV(B) | 1.46º | 0.4% | 0.8% | - |
| XYZ | 36.09 | 29.08 | 22.45 | - |
| YUV | 148.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 123 | 0 | 0.39 | 0.4 | 0.20 | 1.46 | 0.45 | 0.64 |
| Hex | CD | 7D | 7B | 0 | 27 | 28 | 14 | 1 | 2D | 40 |
| Octal | 315 | 175 | 173 | 0 | 47 | 50 | 24 | 1 | 55 | 100 |
| Binary | 11001101 | 1111101 | 1111011 | 0 | 100111 | 101000 | 10100 | 1 | 101101 | 1000000 |
Color Harmonies of #CD7D7B
Complementary color
Monochromatic Colors of #CD7D7B
Black with #CD7D7B
Text Example
Text Example
White with #CD7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D7B; }
p { color: rgb(205,125,123); }
H1.HeaderClassName
{
color: #CD7D7B;
}
.AnyTagClassName
{
color: #CD7D7B;
}
</style>
background-color css
<style>
a { background-color: #CD7D7B; }
a { background-color: rgb(205,125,123); }
div.DivClassName
{
background-color: #CD7D7B;
}
.BgClassName
{
background-color: #CD7D7B;
}
</style>
border-color css
<style>
span { border-color: #CD7D7B; }
span { border-color: rgb(205,125,123); }
td.TdClassName
{
border-color: #CD7D7B;
}
.TagClassName
{
border-color: #CD7D7B;
}
</style>