#CA7E7B

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

Shades of Sea Pink #CA7E7B

Tints of Sea Pink #CA7E7B

Color information

#CA7E7B (or 0xCA7E7B) is unknown color: approx Sea Pink. HEX triplet: CA, 7E and 7B. RGB value is (202,126,123). Sum of RGB (Red+Green+Blue) = 202+126+123=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E7B is #358184. Grayscale: #949494. Windows color (decimal): -3506565 or 8093386. OLE color: 8093386.

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

Color convert

RGB202126123-
CMYK00.380.390.21
HSL2.28º42.7%63.73%-
HSV(B)2.28º39.11%79.22%-
XYZ35.3928.9122.45-
YUV148.38113.68166.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=44.79%
G=27.94%
B=27.27%

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
Decimal20212612300.380.390.212.2842.763.73
HexCA7E7B026271522b40
Octal3121761730464725253100
Binary1100101011111101111011010011010011110101101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E7B; }

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

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

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

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

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

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

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

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