Html Css Color HEX #CA7D79 Sea Pink

📋 copy color: '#CA7D79'

red 202 ◦ green 125 ◦ blue 121

#CA7D79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Pink #CA7D79

Tints of Sea Pink #CA7D79

RGB

 RED value IS 202 (79.3% from 255) = 45.09%

 GREEN value IS 125 (49.22% from 255) = 27.9%

 BLUE value IS 121 (47.66% from 255) = 27.01%

R = 45.09%
G = 27.9%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA7D79 (or 0xCA7D79) is known color: Sea Pink. HEX triplet: CA, 7D and 79. RGB value is (202,125,121). Sum of RGB (Red+Green+Blue) = 202+125+121=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D79 is #358286. Grayscale: #939393. Windows color (decimal): -3506823 or 7962058. OLE color: 7962058.

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

Color convert

RGB 202 125 121 -
CMYK 0 0.38 0.40 0.21
HSL 2.96º 0.43% 0.63% -
HSV(B) 2.96º 0.4% 0.79% -
XYZ 35.14 28.6 21.76 -
YUV 147.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 202 125 121 0 0.38 0.40 0.21 2.96 0.43 0.63
Hex CA 7D 79 0 26 28 15 3 2B 3F
Octal 312 175 171 0 46 50 25 3 53 77
Binary 11001010 1111101 1111001 0 100110 101000 10101 11 101011 111111

Color Harmonies of #CA7D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D79

Black with #CA7D79

Text Example


Text Example

White with #CA7D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D79; }

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

 H1.HeaderClassName
 {
   color: #CA7D79;
 }
 .AnyTagClassName
 {
   color: #CA7D79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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