Html Css Color HEX #CE7374 Froly

📋 copy color: '#CE7374'

red 206 ◦ green 115 ◦ blue 116

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

Shades of Froly #CE7374

Tints of Froly #CE7374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 47.14%
G = 26.32%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE7374 (or 0xCE7374) is known color: Froly. HEX triplet: CE, 73 and 74. RGB value is (206,115,116). Sum of RGB (Red+Green+Blue) = 206+115+116=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7374 is #318C8B. Grayscale: #8E8E8E. Windows color (decimal): -3247244 or 7631822. OLE color: 7631822.

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

Color convert

RGB 206 115 116 -
CMYK 0 0.44 0.44 0.19
HSL 359.34º 0.48% 0.63% -
HSV(B) 359.34º 0.44% 0.81% -
XYZ 34.74 26.64 19.84 -
YUV 142.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 206 115 116 0 0.44 0.44 0.19 359.34 0.48 0.63
Hex CE 73 74 0 2C 2C 13 167 30 3F
Octal 316 163 164 0 54 54 23 547 60 77
Binary 11001110 1110011 1110100 0 101100 101100 10011 101100111 110000 111111

Color Harmonies of #CE7374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7374

Black with #CE7374

Text Example


Text Example

White with #CE7374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7374; }

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

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

background-color css

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

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

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

border-color css

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

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

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