#CA7C79

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

Shades of Sea Pink #CA7C79

Tints of Sea Pink #CA7C79

Color information

#CA7C79 (or 0xCA7C79) is unknown color: approx Sea Pink. HEX triplet: CA, 7C and 79. RGB value is (202,124,121). Sum of RGB (Red+Green+Blue) = 202+124+121=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C79 is #358386. Grayscale: #939393. Windows color (decimal): -3507079 or 7961802. OLE color: 7961802.

HSL color Cylindrical-coordinate representation of color #CA7C79: hue angle of 2.22º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7C79 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202124121-
CMYK00.390.400.21
HSL2.22º43.32%63.33%-
HSV(B)2.22º40.1%79.22%-
XYZ35.0228.3521.72-
YUV146.98113.34167.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 121 (47.66% from 255) = 27.07%
R=45.19%
G=27.74%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212412100.390.400.212.2243.3263.33
HexCA7C79027281522b3f
Octal312174171047502525377
Binary110010101111100111100101001111010001010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7C79; }

 p { color: rgb(202,124,121); }

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

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

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

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

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

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

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