#CC7A75

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

Shades of Sea Pink #CC7A75

Tints of Sea Pink #CC7A75

Color information

#CC7A75 (or 0xCC7A75) is unknown color: approx Sea Pink. HEX triplet: CC, 7A and 75. RGB value is (204,122,117). Sum of RGB (Red+Green+Blue) = 204+122+117=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A75 is #33858A. Grayscale: #929292. Windows color (decimal): -3376523 or 7699148. OLE color: 7699148.

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

Color convert

RGB204122117-
CMYK00.400.430.2
HSL3.45º46.03%62.94%-
HSV(B)3.45º42.65%80%-
XYZ35.0728.0420.39-
YUV145.95111.67169.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=46.05%
G=27.54%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412211700.400.430.23.4546.0362.94
HexCC7A750282B1432e3f
Octal314172165050532435677
Binary110011001111010111010101010001010111010011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A75; }

 p { color: rgb(204,122,117); }

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

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

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

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

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

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

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