#CC7979

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

Shades of Sea Pink #CC7979

Tints of Sea Pink #CC7979

Color information

#CC7979 (or 0xCC7979) is unknown color: approx Sea Pink. HEX triplet: CC, 79 and 79. RGB value is (204,121,121). Sum of RGB (Red+Green+Blue) = 204+121+121=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7979 is #338686. Grayscale: #919191. Windows color (decimal): -3376775 or 7961036. OLE color: 7961036.

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

Color convert

RGB204121121-
CMYK00.410.410.2
HSL44.86%63.73%-
HSV(B)40.69%80%-
XYZ35.1927.8921.62-
YUV145.82114169.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=45.74%
G=27.13%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412112100.410.410.2044.8663.73
HexCC7979029291402d40
Octal3141711710515124055100
Binary110011001111001111100101010011010011010001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7979; }

 p { color: rgb(204,121,121); }

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

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

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

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

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

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

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