#CA7E7D

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

Shades of Sea Pink #CA7E7D

Tints of Sea Pink #CA7E7D

Color information

#CA7E7D (or 0xCA7E7D) is unknown color: approx Sea Pink. HEX triplet: CA, 7E and 7D. RGB value is (202,126,125). Sum of RGB (Red+Green+Blue) = 202+126+125=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E7D is #358182. Grayscale: #949494. Windows color (decimal): -3506563 or 8224458. OLE color: 8224458.

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

Color convert

RGB202126125-
CMYK00.380.380.21
HSL0.78º42.08%64.12%-
HSV(B)0.78º38.12%79.22%-
XYZ35.5228.9623.12-
YUV148.61114.68166.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 126 (49.61% from 255) = 27.81%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=44.59%
G=27.81%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212612500.380.380.210.7842.0864.12
HexCA7E7D026261512a40
Octal3121761750464625152100
Binary110010101111110111110101001101001101010111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E7D; }

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

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

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

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

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

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

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

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