Html Css Color HEX #CA7F78 Sea Pink

📋 copy color: '#CA7F78'

red 202 ◦ green 127 ◦ blue 120

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

Shades of Sea Pink #CA7F78

Tints of Sea Pink #CA7F78

RGB

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

 GREEN value IS 127 (50% from 255) = 28.29%

 BLUE value IS 120 (47.27% from 255) = 26.73%

R = 44.99%
G = 28.29%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA7F78 (or 0xCA7F78) is known color: Sea Pink. HEX triplet: CA, 7F and 78. RGB value is (202,127,120). Sum of RGB (Red+Green+Blue) = 202+127+120=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F78 is #358087. Grayscale: #949494. Windows color (decimal): -3506312 or 7897034. OLE color: 7897034.

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

Color convert

RGB 202 127 120 -
CMYK 0 0.37 0.41 0.21
HSL 5.12º 0.44% 0.63% -
HSV(B) 5.12º 0.41% 0.79% -
XYZ 35.34 29.09 21.52 -
YUV 148.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 202 127 120 0 0.37 0.41 0.21 5.12 0.44 0.63
Hex CA 7F 78 0 25 29 15 5 2C 3F
Octal 312 177 170 0 45 51 25 5 54 77
Binary 11001010 1111111 1111000 0 100101 101001 10101 101 101100 111111

Color Harmonies of #CA7F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F78

Black with #CA7F78

Text Example


Text Example

White with #CA7F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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