#CE7575

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

Shades of Sea Pink #CE7575

Tints of Sea Pink #CE7575

Color information

#CE7575 (or 0xCE7575) is unknown color: approx Sea Pink. HEX triplet: CE, 75 and 75. RGB value is (206,117,117). Sum of RGB (Red+Green+Blue) = 206+117+117=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7575 is #318A8A. Grayscale: #8F8F8F. Windows color (decimal): -3246731 or 7697870. OLE color: 7697870.

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

Color convert

RGB206117117-
CMYK00.430.430.19
HSL47.59%63.33%-
HSV(B)43.2%80.78%-
XYZ35.0327.1320.22-
YUV143.61112.99172.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.82%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=46.82%
G=26.59%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611711700.430.430.19047.5963.33
HexCE757502B2B130303f
Octal316165165053532306077
Binary11001110111010111101010101011101011100110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7575; }

 p { color: rgb(206,117,117); }

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

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

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

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

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

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

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