#CA7E79

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

Shades of Sea Pink #CA7E79

Tints of Sea Pink #CA7E79

Color information

#CA7E79 (or 0xCA7E79) is unknown color: approx Sea Pink. HEX triplet: CA, 7E and 79. RGB value is (202,126,121). Sum of RGB (Red+Green+Blue) = 202+126+121=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E79 is #358186. Grayscale: #949494. Windows color (decimal): -3506567 or 7962314. OLE color: 7962314.

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

Color convert

RGB202126121-
CMYK00.380.400.21
HSL3.7º43.32%63.33%-
HSV(B)3.7º40.1%79.22%-
XYZ35.2728.8621.8-
YUV148.15112.68166.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 126 (49.61% from 255) = 28.06%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=44.99%
G=28.06%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212612100.380.400.213.743.3263.33
HexCA7E79026281542b3f
Octal312176171046502545377
Binary1100101011111101111001010011010100010101100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E79; }

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

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

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

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

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

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

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

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