Html Css Color HEX #CF7A78 Sea Pink

📋 copy color: '#CF7A78'

red 207 ◦ green 122 ◦ blue 120

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

Shades of Sea Pink #CF7A78

Tints of Sea Pink #CF7A78

RGB

 RED value IS 207 (81.25% from 255) = 46.1%

 GREEN value IS 122 (48.05% from 255) = 27.17%

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

R = 46.1%
G = 27.17%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF7A78 (or 0xCF7A78) is known color: Sea Pink. HEX triplet: CF, 7A and 78. RGB value is (207,122,120). Sum of RGB (Red+Green+Blue) = 207+122+120=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A78 is #308587. Grayscale: #939393. Windows color (decimal): -3179912 or 7895759. OLE color: 7895759.

HSL color Cylindrical-coordinate representation of color #CF7A78: hue angle of 1.38º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF7A78 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 122 120 -
CMYK 0 0.41 0.42 0.19
HSL 1.38º 0.48% 0.64% -
HSV(B) 1.38º 0.42% 0.81% -
XYZ 36.08 28.54 21.38 -
YUV 147.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 207 122 120 0 0.41 0.42 0.19 1.38 0.48 0.64
Hex CF 7A 78 0 29 2A 13 1 30 40
Octal 317 172 170 0 51 52 23 1 60 100
Binary 11001111 1111010 1111000 0 101001 101010 10011 1 110000 1000000

Color Harmonies of #CF7A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7A78

Black with #CF7A78

Text Example


Text Example

White with #CF7A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7A78; }

 p { color: rgb(207,122,120); }

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

background-color css

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

 a { background-color: rgb(207,122,120); }

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

border-color css

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

 span { border-color: rgb(207,122,120); }

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