#CA7E7C

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

Shades of Sea Pink #CA7E7C

Tints of Sea Pink #CA7E7C

Color information

#CA7E7C (or 0xCA7E7C) is unknown color: approx Sea Pink. HEX triplet: CA, 7E and 7C. RGB value is (202,126,124). Sum of RGB (Red+Green+Blue) = 202+126+124=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E7C is #358183. Grayscale: #949494. Windows color (decimal): -3506564 or 8158922. OLE color: 8158922.

HSL color Cylindrical-coordinate representation of color #CA7E7C: hue angle of 1.54º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7E7C is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB202126124-
CMYK00.380.390.21
HSL1.54º42.39%63.92%-
HSV(B)1.54º38.61%79.22%-
XYZ35.4628.9322.78-
YUV148.5114.18166.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 124 (48.83% from 255) = 27.43%
R=44.69%
G=27.88%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212612400.380.390.211.5442.3963.92
HexCA7E7C026271522a40
Octal3121761740464725252100
Binary1100101011111101111100010011010011110101101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E7C; }

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

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

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

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

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

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

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

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