#CC7D7C

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

Shades of Sea Pink #CC7D7C

Tints of Sea Pink #CC7D7C

Color information

#CC7D7C (or 0xCC7D7C) is unknown color: approx Sea Pink. HEX triplet: CC, 7D and 7C. RGB value is (204,125,124). Sum of RGB (Red+Green+Blue) = 204+125+124=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D7C is #338283. Grayscale: #949494. Windows color (decimal): -3375748 or 8158668. OLE color: 8158668.

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

Color convert

RGB204125124-
CMYK00.390.390.2
HSL0.75º43.96%64.31%-
HSV(B)0.75º39.22%80%-
XYZ35.8728.9622.77-
YUV148.51114.17167.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 124 (48.83% from 255) = 27.37%
R=45.03%
G=27.59%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412512400.390.390.20.7543.9664.31
HexCC7D7C027271412c40
Octal3141751740474724154100
Binary110011001111101111110001001111001111010011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7D7C; }

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

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

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

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

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

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

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

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