#CC7E76

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

Shades of Sea Pink #CC7E76

Tints of Sea Pink #CC7E76

Color information

#CC7E76 (or 0xCC7E76) is unknown color: approx Sea Pink. HEX triplet: CC, 7E and 76. RGB value is (204,126,118). Sum of RGB (Red+Green+Blue) = 204+126+118=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E76 is #338189. Grayscale: #949494. Windows color (decimal): -3375498 or 7765708. OLE color: 7765708.

HSL color Cylindrical-coordinate representation of color #CC7E76: hue angle of 5.58º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7E76 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB204126118-
CMYK00.380.420.2
HSL5.58º45.74%63.14%-
HSV(B)5.58º42.16%80%-
XYZ35.6329.0720.87-
YUV148.41110.84167.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 126 (49.61% from 255) = 28.12%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=45.54%
G=28.12%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412611800.380.420.25.5845.7463.14
HexCC7E760262A1462e3f
Octal314176166046522465677
Binary1100110011111101110110010011010101010100110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7E76; }

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

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

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

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

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

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

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

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