#CA7D75

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

Shades of Sea Pink #CA7D75

Tints of Sea Pink #CA7D75

Color information

#CA7D75 (or 0xCA7D75) is unknown color: approx Sea Pink. HEX triplet: CA, 7D and 75. RGB value is (202,125,117). Sum of RGB (Red+Green+Blue) = 202+125+117=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D75 is #35828A. Grayscale: #939393. Windows color (decimal): -3506827 or 7699914. OLE color: 7699914.

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

Color convert

RGB202125117-
CMYK00.380.420.21
HSL5.65º44.5%62.55%-
HSV(B)5.65º42.08%79.22%-
XYZ34.928.5120.49-
YUV147.11111.01167.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=45.50%
G=28.15%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212511700.380.420.215.6544.562.55
HexCA7D750262A1562d3f
Octal312175165046522565577
Binary1100101011111011110101010011010101010101110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7D75; }

 p { color: rgb(202,125,117); }

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

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

 a { background-color: rgb(202,125,117); }

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

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

 span { border-color: rgb(202,125,117); }

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