#CD7D78

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

Shades of Sea Pink #CD7D78

Tints of Sea Pink #CD7D78

Color information

#CD7D78 (or 0xCD7D78) is unknown color: approx Sea Pink. HEX triplet: CD, 7D and 78. RGB value is (205,125,120). Sum of RGB (Red+Green+Blue) = 205+125+120=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D78 is #328287. Grayscale: #949494. Windows color (decimal): -3310216 or 7896525. OLE color: 7896525.

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

Color convert

RGB205125120-
CMYK00.390.410.20
HSL3.53º45.95%63.73%-
HSV(B)3.53º41.46%80.39%-
XYZ35.92921.48-
YUV148.35112168.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=45.56%
G=27.78%
B=26.67%

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
Decimal20512512000.390.410.203.5345.9563.73
HexCD7D78027291442e40
Octal3151751700475124456100
Binary11001101111110111110000100111101001101001001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7D78; }

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

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

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

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

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

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

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

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