#CA807A

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

Shades of Sea Pink #CA807A

Tints of Sea Pink #CA807A

Color information

#CA807A (or 0xCA807A) is unknown color: approx Sea Pink. HEX triplet: CA, 80 and 7A. RGB value is (202,128,122). Sum of RGB (Red+Green+Blue) = 202+128+122=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA807A is #357F85. Grayscale: #959595. Windows color (decimal): -3506054 or 8028362. OLE color: 8028362.

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

Color convert

RGB202128122-
CMYK00.370.400.21
HSL4.5º43.01%63.53%-
HSV(B)4.5º39.6%79.22%-
XYZ35.5929.422.21-
YUV149.44112.52165.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 128 (50.39% from 255) = 28.32%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=44.69%
G=28.32%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212812200.370.400.214.543.0163.53
HexCA807A025281552b40
Octal3122001720455025553100
Binary110010101000000011110100100101101000101011011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA807A; }

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

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

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

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

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

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

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

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