Html Css Color HEX #CE7376 Froly

📋 copy color: '#CE7376'

red 206 ◦ green 115 ◦ blue 118

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

Shades of Froly #CE7376

Tints of Froly #CE7376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.2%

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

R = 46.92%
G = 26.2%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE7376 (or 0xCE7376) is known color: Froly. HEX triplet: CE, 73 and 76. RGB value is (206,115,118). Sum of RGB (Red+Green+Blue) = 206+115+118=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7376 is #318C89. Grayscale: #8E8E8E. Windows color (decimal): -3247242 or 7762894. OLE color: 7762894.

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

Color convert

RGB 206 115 118 -
CMYK 0 0.44 0.43 0.19
HSL 358.02º 0.48% 0.63% -
HSV(B) 358.02º 0.44% 0.81% -
XYZ 34.85 26.69 20.45 -
YUV 142.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 206 115 118 0 0.44 0.43 0.19 358.02 0.48 0.63
Hex CE 73 76 0 2C 2B 13 166 30 3F
Octal 316 163 166 0 54 53 23 546 60 77
Binary 11001110 1110011 1110110 0 101100 101011 10011 101100110 110000 111111

Color Harmonies of #CE7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7376

Black with #CE7376

Text Example


Text Example

White with #CE7376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7376; }

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

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

background-color css

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

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

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

border-color css

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

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

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