#CD7E78

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

Shades of Sea Pink #CD7E78

Tints of Sea Pink #CD7E78

Color information

#CD7E78 (or 0xCD7E78) is unknown color: approx Sea Pink. HEX triplet: CD, 7E and 78. RGB value is (205,126,120). Sum of RGB (Red+Green+Blue) = 205+126+120=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7E78 is #328187. Grayscale: #959595. Windows color (decimal): -3309960 or 7896781. OLE color: 7896781.

HSL color Cylindrical-coordinate representation of color #CD7E78: hue angle of 4.24º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD7E78 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB205126120-
CMYK00.390.410.20
HSL4.24º45.95%63.73%-
HSV(B)4.24º41.46%80.39%-
XYZ36.0329.2621.52-
YUV148.94111.67167.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 120 (47.27% from 255) = 26.61%
R=45.45%
G=27.94%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512612000.390.410.204.2445.9563.73
HexCD7E78027291442e40
Octal3151761700475124456100
Binary11001101111111011110000100111101001101001001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7E78; }

 p { color: rgb(205,126,120); }

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

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

 a { background-color: rgb(205,126,120); }

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

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

 span { border-color: rgb(205,126,120); }

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