#CA7C78

Color #CA7C78 Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #CA7C78

Tints of Sea Pink #CA7C78

Color information

#CA7C78 (or 0xCA7C78) is unknown color: approx Sea Pink. HEX triplet: CA, 7C and 78. RGB value is (202,124,120). Sum of RGB (Red+Green+Blue) = 202+124+120=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C78 is #358387. Grayscale: #929292. Windows color (decimal): -3507080 or 7896266. OLE color: 7896266.

HSL color Cylindrical-coordinate representation of color #CA7C78: hue angle of 2.93º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA7C78 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202124120-
CMYK00.390.410.21
HSL2.93º43.62%63.14%-
HSV(B)2.93º40.59%79.22%-
XYZ34.9528.3321.39-
YUV146.87112.84167.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 120 (47.27% from 255) = 26.91%
R=45.29%
G=27.80%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212412000.390.410.212.9343.6263.14
HexCA7C78027291532c3f
Octal312174170047512535477
Binary110010101111100111100001001111010011010111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7C78; }

 p { color: rgb(202,124,120); }

 H1.HeaderClassName
 {
   color: #CA7C78;
 }
 .AnyTagClassName
 {
   color: #CA7C78;
 }
</style>
background-color css

<style>
 a { background-color: #CA7C78; }

 a { background-color: rgb(202,124,120); }

 div.DivClassName
 {
   background-color: #CA7C78;
 }
 .BgClassName
 {
   background-color: #CA7C78;
 }
</style>
border-color css

<style>
 span { border-color: #CA7C78; }

 span { border-color: rgb(202,124,120); }

 td.TdClassName
 {
   border-color: #CA7C78;
 }
 .TagClassName
 {
   border-color: #CA7C78;
 }
</style>