#CD7D7B

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

Shades of Sea Pink #CD7D7B

Tints of Sea Pink #CD7D7B

Color information

#CD7D7B (or 0xCD7D7B) is unknown color: approx Sea Pink. HEX triplet: CD, 7D and 7B. RGB value is (205,125,123). Sum of RGB (Red+Green+Blue) = 205+125+123=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D7B is #328284. Grayscale: #949494. Windows color (decimal): -3310213 or 8093133. OLE color: 8093133.

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

Color convert

RGB205125123-
CMYK00.390.40.20
HSL1.46º45.05%64.31%-
HSV(B)1.46º40%80.39%-
XYZ36.0929.0822.45-
YUV148.69113.5168.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.25%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=45.25%
G=27.59%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512512300.390.40.201.4645.0564.31
HexCD7D7B027281412d40
Octal3151751730475024155100
Binary110011011111101111101101001111010001010011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7D7B; }

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

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

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

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

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

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

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

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