Html Css Color HEX #CF7979 Sea Pink

📋 copy color: '#CF7979'

red 207 ◦ green 121 ◦ blue 121

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

Shades of Sea Pink #CF7979

Tints of Sea Pink #CF7979

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.95%

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

R = 46.1%
G = 26.95%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF7979 (or 0xCF7979) is known color: Sea Pink. HEX triplet: CF, 79 and 79. RGB value is (207,121,121). Sum of RGB (Red+Green+Blue) = 207+121+121=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7979 is #308686. Grayscale: #929292. Windows color (decimal): -3180167 or 7961039. OLE color: 7961039.

HSL color Cylindrical-coordinate representation of color #CF7979: hue angle of 0º degrees, saturation: 0.47, 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 #CF7979 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 121 -
CMYK 0 0.42 0.42 0.19
HSL 0.47% 0.64% -
HSV(B) 0.42% 0.81% -
XYZ 36.02 28.32 21.66 -
YUV 146.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 207 121 121 0 0.42 0.42 0.19 0 0.47 0.64
Hex CF 79 79 0 2A 2A 13 0 2F 40
Octal 317 171 171 0 52 52 23 0 57 100
Binary 11001111 1111001 1111001 0 101010 101010 10011 0 101111 1000000

Color Harmonies of #CF7979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7979

Black with #CF7979

Text Example


Text Example

White with #CF7979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7979; }

 p { color: rgb(207,121,121); }

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

background-color css

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

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

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

border-color css

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

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

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