Html Css Color HEX #CE7879 Froly

📋 copy color: '#CE7879'

red 206 ◦ green 120 ◦ blue 121

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

Shades of Froly #CE7879

Tints of Froly #CE7879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.85%

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

R = 46.09%
G = 26.85%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE7879 (or 0xCE7879) is known color: Froly. HEX triplet: CE, 78 and 79. RGB value is (206,120,121). Sum of RGB (Red+Green+Blue) = 206+120+121=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7879 is #318786. Grayscale: #919191. Windows color (decimal): -3245959 or 7960782. OLE color: 7960782.

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

Color convert

RGB 206 120 121 -
CMYK 0 0.42 0.41 0.19
HSL 359.3º 0.47% 0.64% -
HSV(B) 359.3º 0.42% 0.81% -
XYZ 35.62 27.94 21.6 -
YUV 145.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 206 120 121 0 0.42 0.41 0.19 359.3 0.47 0.64
Hex CE 78 79 0 2A 29 13 167 2F 40
Octal 316 170 171 0 52 51 23 547 57 100
Binary 11001110 1111000 1111001 0 101010 101001 10011 101100111 101111 1000000

Color Harmonies of #CE7879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7879

Black with #CE7879

Text Example


Text Example

White with #CE7879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7879; }

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

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

background-color css

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

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

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

border-color css

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

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

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