#CA7A79

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

Shades of Sea Pink #CA7A79

Tints of Sea Pink #CA7A79

Color information

#CA7A79 (or 0xCA7A79) is unknown color: approx Sea Pink. HEX triplet: CA, 7A and 79. RGB value is (202,122,121). Sum of RGB (Red+Green+Blue) = 202+122+121=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A79 is #358586. Grayscale: #919191. Windows color (decimal): -3507591 or 7961290. OLE color: 7961290.

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

Color convert

RGB202122121-
CMYK00.400.400.21
HSL0.74º43.32%63.33%-
HSV(B)0.74º40.1%79.22%-
XYZ34.7727.8621.63-
YUV145.81114168.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 121 (47.66% from 255) = 27.19%
R=45.39%
G=27.42%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212212100.400.400.210.7443.3263.33
HexCA7A79028281512b3f
Octal312172171050502515377
Binary11001010111101011110010101000101000101011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A79; }

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

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

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

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

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

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

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

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