#cc7e7d

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

Shades of Sea Pink #CC7E7D

Tints of Sea Pink #CC7E7D

Color information

#CC7E7D (or 0xCC7E7D) is unknown color: approx Sea Pink. HEX triplet: CC, 7E and 7D. RGB value is (204,126,125). Sum of RGB (Red+Green+Blue) = 204+126+125=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E7D is #338182. Grayscale: #959595. Windows color (decimal): -3375491 or 8224460. OLE color: 8224460.

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

Color convert

RGB204126125-
CMYK00.380.390.2
HSL0.76º43.65%64.51%-
HSV(B)0.76º38.73%80%-
XYZ36.0629.2423.15-
YUV149.21114.34167.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 126 (49.61% from 255) = 27.69%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=44.84%
G=27.69%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412612500.380.390.20.7643.6564.51
HexCC7E7D026271412c41
Octal3141761750464724154101
Binary110011001111110111110101001101001111010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc7e7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc7e7d; }

 p { color: rgb(204,126,125); }

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

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

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

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

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

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

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