Html Css Color HEX #CE7579 Froly

📋 copy color: '#CE7579'

red 206 ◦ green 117 ◦ blue 121

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

Shades of Froly #CE7579

Tints of Froly #CE7579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

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

R = 46.4%
G = 26.35%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE7579 (or 0xCE7579) is known color: Froly. HEX triplet: CE, 75 and 79. RGB value is (206,117,121). Sum of RGB (Red+Green+Blue) = 206+117+121=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7579 is #318A86. Grayscale: #909090. Windows color (decimal): -3246727 or 7960014. OLE color: 7960014.

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

Color convert

RGB 206 117 121 -
CMYK 0 0.43 0.41 0.19
HSL 357.3º 0.48% 0.63% -
HSV(B) 357.3º 0.43% 0.81% -
XYZ 35.27 27.22 21.49 -
YUV 144.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 206 117 121 0 0.43 0.41 0.19 357.3 0.48 0.63
Hex CE 75 79 0 2B 29 13 165 30 3F
Octal 316 165 171 0 53 51 23 545 60 77
Binary 11001110 1110101 1111001 0 101011 101001 10011 101100101 110000 111111

Color Harmonies of #CE7579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7579

Black with #CE7579

Text Example


Text Example

White with #CE7579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7579; }

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

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

background-color css

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

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

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

border-color css

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

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

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