Html Css Color HEX #CE7576 Froly

📋 copy color: '#CE7576'

red 206 ◦ green 117 ◦ blue 118

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

Shades of Froly #CE7576

Tints of Froly #CE7576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.76%

R = 46.71%
G = 26.53%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE7576 (or 0xCE7576) is known color: Froly. HEX triplet: CE, 75 and 76. RGB value is (206,117,118). Sum of RGB (Red+Green+Blue) = 206+117+118=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7576 is #318A89. Grayscale: #8F8F8F. Windows color (decimal): -3246730 or 7763406. OLE color: 7763406.

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

Color convert

RGB 206 117 118 -
CMYK 0 0.43 0.43 0.19
HSL 359.33º 0.48% 0.63% -
HSV(B) 359.33º 0.43% 0.81% -
XYZ 35.08 27.15 20.53 -
YUV 143.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 206 117 118 0 0.43 0.43 0.19 359.33 0.48 0.63
Hex CE 75 76 0 2B 2B 13 167 30 3F
Octal 316 165 166 0 53 53 23 547 60 77
Binary 11001110 1110101 1110110 0 101011 101011 10011 101100111 110000 111111

Color Harmonies of #CE7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7576

Black with #CE7576

Text Example


Text Example

White with #CE7576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7576; }

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

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

background-color css

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

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

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

border-color css

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

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

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