#CA7F7B

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

Shades of Sea Pink #CA7F7B

Tints of Sea Pink #CA7F7B

Color information

#CA7F7B (or 0xCA7F7B) is unknown color: approx Sea Pink. HEX triplet: CA, 7F and 7B. RGB value is (202,127,123). Sum of RGB (Red+Green+Blue) = 202+127+123=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F7B is #358084. Grayscale: #959595. Windows color (decimal): -3506309 or 8093642. OLE color: 8093642.

HSL color Cylindrical-coordinate representation of color #CA7F7B: hue angle of 3.04º degrees, saturation: 0.43, 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 #CA7F7B is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB202127123-
CMYK00.370.390.21
HSL3.04º42.7%63.73%-
HSV(B)3.04º39.11%79.22%-
XYZ35.5229.1722.5-
YUV148.97113.35165.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 127 (50% from 255) = 28.10%
BLUE value IS 123 (48.44% from 255) = 27.21%
R=44.69%
G=28.10%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212712300.370.390.213.0442.763.73
HexCA7F7B025271532b40
Octal3121771730454725353100
Binary1100101011111111111011010010110011110101111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F7B; }

 p { color: rgb(202,127,123); }

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

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

 a { background-color: rgb(202,127,123); }

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

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

 span { border-color: rgb(202,127,123); }

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