Shades of Sea Pink #CA7B7B
Tints of Sea Pink #CA7B7B
RGB
CMYK
RGB Variations
Color information
#CA7B7B (or 0xCA7B7B) is known color: Sea Pink. HEX triplet: CA, 7B and 7B. RGB value is (202,123,123). Sum of RGB (Red+Green+Blue) = 202+123+123=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B7B is #358484. Grayscale: #929292. Windows color (decimal): -3507333 or 8092618. OLE color: 8092618.
HSL color Cylindrical-coordinate representation of color #CA7B7B: hue angle of 0º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7B7B is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 123 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.21 |
| HSL | 0º | 0.43% | 0.64% | - |
| HSV(B) | 0º | 0.39% | 0.79% | - |
| XYZ | 35.02 | 28.15 | 22.33 | - |
| YUV | 146.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 123 | 0 | 0.39 | 0.39 | 0.21 | 0 | 0.43 | 0.64 |
| Hex | CA | 7B | 7B | 0 | 27 | 27 | 15 | 0 | 2B | 40 |
| Octal | 312 | 173 | 173 | 0 | 47 | 47 | 25 | 0 | 53 | 100 |
| Binary | 11001010 | 1111011 | 1111011 | 0 | 100111 | 100111 | 10101 | 0 | 101011 | 1000000 |
Color Harmonies of #CA7B7B
Complementary color
Monochromatic Colors of #CA7B7B
Black with #CA7B7B
Text Example
Text Example
White with #CA7B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B7B; }
p { color: rgb(202,123,123); }
H1.HeaderClassName
{
color: #CA7B7B;
}
.AnyTagClassName
{
color: #CA7B7B;
}
</style>
background-color css
<style>
a { background-color: #CA7B7B; }
a { background-color: rgb(202,123,123); }
div.DivClassName
{
background-color: #CA7B7B;
}
.BgClassName
{
background-color: #CA7B7B;
}
</style>
border-color css
<style>
span { border-color: #CA7B7B; }
span { border-color: rgb(202,123,123); }
td.TdClassName
{
border-color: #CA7B7B;
}
.TagClassName
{
border-color: #CA7B7B;
}
</style>