#CD7E7B

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

Shades of Sea Pink #CD7E7B

Tints of Sea Pink #CD7E7B

Color information

#CD7E7B (or 0xCD7E7B) is unknown color: approx Sea Pink. HEX triplet: CD, 7E and 7B. RGB value is (205,126,123). Sum of RGB (Red+Green+Blue) = 205+126+123=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7E7B is #328184. Grayscale: #959595. Windows color (decimal): -3309957 or 8093389. OLE color: 8093389.

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

Color convert

RGB205126123-
CMYK00.390.40.20
HSL2.2º45.05%64.31%-
HSV(B)2.2º40%80.39%-
XYZ36.2129.3322.49-
YUV149.28113.17167.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.15%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 123 (48.44% from 255) = 27.09%
R=45.15%
G=27.75%
B=27.09%

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
Decimal20512612300.390.40.202.245.0564.31
HexCD7E7B027281422d40
Octal3151761730475024255100
Binary1100110111111101111011010011110100010100101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7E7B; }

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

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

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

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

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

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

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

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