#CD7D79

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

Shades of Sea Pink #CD7D79

Tints of Sea Pink #CD7D79

Color information

#CD7D79 (or 0xCD7D79) is unknown color: approx Sea Pink. HEX triplet: CD, 7D and 79. RGB value is (205,125,121). Sum of RGB (Red+Green+Blue) = 205+125+121=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D79 is #328286. Grayscale: #949494. Windows color (decimal): -3310215 or 7962061. OLE color: 7962061.

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

Color convert

RGB205125121-
CMYK00.390.410.20
HSL2.86º45.65%63.92%-
HSV(B)2.86º40.98%80.39%-
XYZ35.9629.0321.8-
YUV148.46112.5168.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 125 (49.22% from 255) = 27.72%
BLUE value IS 121 (47.66% from 255) = 26.83%
R=45.45%
G=27.72%
B=26.83%

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
Decimal20512512100.390.410.202.8645.6563.92
HexCD7D79027291432e40
Octal3151751710475124356100
Binary1100110111111011111001010011110100110100111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7D79; }

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

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

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

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

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

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

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

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