#CA7F7F

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

Shades of Sea Pink #CA7F7F

Tints of Sea Pink #CA7F7F

Color information

#CA7F7F (or 0xCA7F7F) is unknown color: approx Sea Pink. HEX triplet: CA, 7F and 7F. RGB value is (202,127,127). Sum of RGB (Red+Green+Blue) = 202+127+127=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F7F is #358080. Grayscale: #959595. Windows color (decimal): -3506305 or 8355786. OLE color: 8355786.

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

Color convert

RGB202127127-
CMYK00.370.370.21
HSL41.44%64.51%-
HSV(B)37.13%79.22%-
XYZ35.7829.2723.84-
YUV149.43115.35165.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 127 (50% from 255) = 27.85%
BLUE value IS 127 (50% from 255) = 27.85%
R=44.30%
G=27.85%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212712700.370.370.21041.4464.51
HexCA7F7F025251502941
Octal3121771770454525051101
Binary110010101111111111111101001011001011010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F7F; }

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

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

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

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

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

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

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

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