Html Css Color HEX #CE7979 Sea Pink

📋 copy color: '#CE7979'

red 206 ◦ green 121 ◦ blue 121

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

Shades of Sea Pink #CE7979

Tints of Sea Pink #CE7979

RGB

 RED value IS 206 (80.86% from 255) = 45.98%

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

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

R = 45.98%
G = 27.01%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE7979 (or 0xCE7979) is known color: Sea Pink. HEX triplet: CE, 79 and 79. RGB value is (206,121,121). Sum of RGB (Red+Green+Blue) = 206+121+121=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7979 is #318686. Grayscale: #929292. Windows color (decimal): -3245703 or 7961038. OLE color: 7961038.

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

Color convert

RGB 206 121 121 -
CMYK 0 0.41 0.41 0.19
HSL 0.46% 0.64% -
HSV(B) 0.41% 0.81% -
XYZ 35.74 28.18 21.64 -
YUV 146.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 206 121 121 0 0.41 0.41 0.19 0 0.46 0.64
Hex CE 79 79 0 29 29 13 0 2E 40
Octal 316 171 171 0 51 51 23 0 56 100
Binary 11001110 1111001 1111001 0 101001 101001 10011 0 101110 1000000

Color Harmonies of #CE7979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7979

Black with #CE7979

Text Example


Text Example

White with #CE7979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7979; }

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

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

background-color css

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

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

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

border-color css

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

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

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