#CC7C76

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

Shades of Sea Pink #CC7C76

Tints of Sea Pink #CC7C76

Color information

#CC7C76 (or 0xCC7C76) is unknown color: approx Sea Pink. HEX triplet: CC, 7C and 76. RGB value is (204,124,118). Sum of RGB (Red+Green+Blue) = 204+124+118=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C76 is #338389. Grayscale: #939393. Windows color (decimal): -3376010 or 7765196. OLE color: 7765196.

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

Color convert

RGB204124118-
CMYK00.390.420.2
HSL4.19º45.74%63.14%-
HSV(B)4.19º42.16%80%-
XYZ35.3828.5620.79-
YUV147.24111.5168.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=45.74%
G=27.80%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412411800.390.420.24.1945.7463.14
HexCC7C760272A1442e3f
Octal314174166047522445677
Binary1100110011111001110110010011110101010100100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7C76; }

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

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

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

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

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

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

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

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