#CD7D76

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

Shades of Sea Pink #CD7D76

Tints of Sea Pink #CD7D76

Color information

#CD7D76 (or 0xCD7D76) is unknown color: approx Sea Pink. HEX triplet: CD, 7D and 76. RGB value is (205,125,118). Sum of RGB (Red+Green+Blue) = 205+125+118=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D76 is #328289. Grayscale: #949494. Windows color (decimal): -3310218 or 7765453. OLE color: 7765453.

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

Color convert

RGB205125118-
CMYK00.390.420.20
HSL4.83º46.52%63.33%-
HSV(B)4.83º42.44%80.39%-
XYZ35.7828.9520.84-
YUV148.12111168.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.76%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=45.76%
G=27.90%
B=26.34%

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
Decimal20512511800.390.420.204.8346.5263.33
HexCD7D760272A1452f3f
Octal315175166047522455777
Binary1100110111111011110110010011110101010100101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7D76; }

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

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

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

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

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

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

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

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