#CC7D7D

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

Shades of Sea Pink #CC7D7D

Tints of Sea Pink #CC7D7D

Color information

#CC7D7D (or 0xCC7D7D) is unknown color: approx Sea Pink. HEX triplet: CC, 7D and 7D. RGB value is (204,125,125). Sum of RGB (Red+Green+Blue) = 204+125+125=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D7D is #338282. Grayscale: #949494. Windows color (decimal): -3375747 or 8224204. OLE color: 8224204.

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

Color convert

RGB204125125-
CMYK00.390.390.2
HSL43.65%64.51%-
HSV(B)38.73%80%-
XYZ35.9428.9923.1-
YUV148.62114.67167.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 125 (49.22% from 255) = 27.53%
BLUE value IS 125 (49.22% from 255) = 27.53%
R=44.93%
G=27.53%
B=27.53%

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
Decimal20412512500.390.390.2043.6564.51
HexCC7D7D027271402c41
Octal3141751750474724054101
Binary110011001111101111110101001111001111010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7D7D; }

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

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

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

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

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

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

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

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