#CD7F7D

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

Shades of Sea Pink #CD7F7D

Tints of Sea Pink #CD7F7D

Color information

#CD7F7D (or 0xCD7F7D) is unknown color: approx Sea Pink. HEX triplet: CD, 7F and 7D. RGB value is (205,127,125). Sum of RGB (Red+Green+Blue) = 205+127+125=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7F7D is #328082. Grayscale: #969696. Windows color (decimal): -3309699 or 8224717. OLE color: 8224717.

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

Color convert

RGB205127125-
CMYK00.380.390.20
HSL1.5º44.44%64.71%-
HSV(B)1.5º39.02%80.39%-
XYZ36.4729.6423.2-
YUV150.09113.84167.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=44.86%
G=27.79%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512712500.380.390.201.544.4464.71
HexCD7F7D026271422c41
Octal3151771750464724254101
Binary1100110111111111111101010011010011110100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7F7D; }

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

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

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

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

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

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

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

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