#CD7F78

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

Shades of Sea Pink #CD7F78

Tints of Sea Pink #CD7F78

Color information

#CD7F78 (or 0xCD7F78) is unknown color: approx Sea Pink. HEX triplet: CD, 7F and 78. RGB value is (205,127,120). Sum of RGB (Red+Green+Blue) = 205+127+120=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7F78 is #328087. Grayscale: #959595. Windows color (decimal): -3309704 or 7897037. OLE color: 7897037.

HSL color Cylindrical-coordinate representation of color #CD7F78: hue angle of 4.94º 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 #CD7F78 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB205127120-
CMYK00.380.410.20
HSL4.94º45.95%63.73%-
HSV(B)4.94º41.46%80.39%-
XYZ36.1629.5121.56-
YUV149.52111.34167.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.35%
GREEN value IS 127 (50% from 255) = 28.10%
BLUE value IS 120 (47.27% from 255) = 26.55%
R=45.35%
G=28.10%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512712000.380.410.204.9445.9563.73
HexCD7F78026291452e40
Octal3151771700465124556100
Binary11001101111111111110000100110101001101001011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7F78; }

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

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

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

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

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

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

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

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