#CD7E77

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

Shades of Sea Pink #CD7E77

Tints of Sea Pink #CD7E77

Color information

#CD7E77 (or 0xCD7E77) is unknown color: approx Sea Pink. HEX triplet: CD, 7E and 77. RGB value is (205,126,119). Sum of RGB (Red+Green+Blue) = 205+126+119=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7E77 is #328188. Grayscale: #949494. Windows color (decimal): -3309961 or 7831245. OLE color: 7831245.

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

Color convert

RGB205126119-
CMYK00.390.420.20
HSL4.88º46.24%63.53%-
HSV(B)4.88º41.95%80.39%-
XYZ35.9729.2321.2-
YUV148.82111.17168.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 126 (49.61% from 255) = 28%
BLUE value IS 119 (46.88% from 255) = 26.44%
R=45.56%
G=28%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512611900.390.420.204.8846.2463.53
HexCD7E770272A1452e40
Octal3151761670475224556100
Binary11001101111111011101110100111101010101001011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7E77; }

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

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

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

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

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

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

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

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