#CD7D7D

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

Shades of Sea Pink #CD7D7D

Tints of Sea Pink #CD7D7D

Color information

#CD7D7D (or 0xCD7D7D) is unknown color: approx Sea Pink. HEX triplet: CD, 7D and 7D. RGB value is (205,125,125). Sum of RGB (Red+Green+Blue) = 205+125+125=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D7D is #328282. Grayscale: #959595. Windows color (decimal): -3310211 or 8224205. OLE color: 8224205.

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

Color convert

RGB205125125-
CMYK00.390.390.20
HSL44.44%64.71%-
HSV(B)39.02%80.39%-
XYZ36.2129.1323.12-
YUV148.92114.5168-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 125 (49.22% from 255) = 27.47%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=45.05%
G=27.47%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512512500.390.390.20044.4464.71
HexCD7D7D027271402c41
Octal3151751750474724054101
Binary110011011111101111110101001111001111010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7D7D; }

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

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

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

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

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

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

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

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