Html Css Color HEX #CE7274 Froly

📋 copy color: '#CE7274'

red 206 ◦ green 114 ◦ blue 116

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

Shades of Froly #CE7274

Tints of Froly #CE7274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.15%

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

R = 47.25%
G = 26.15%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE7274 (or 0xCE7274) is known color: Froly. HEX triplet: CE, 72 and 74. RGB value is (206,114,116). Sum of RGB (Red+Green+Blue) = 206+114+116=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7274 is #318D8B. Grayscale: #8D8D8D. Windows color (decimal): -3247500 or 7631566. OLE color: 7631566.

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

Color convert

RGB 206 114 116 -
CMYK 0 0.45 0.44 0.19
HSL 358.7º 0.48% 0.63% -
HSV(B) 358.7º 0.45% 0.81% -
XYZ 34.62 26.42 19.8 -
YUV 141.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 206 114 116 0 0.45 0.44 0.19 358.7 0.48 0.63
Hex CE 72 74 0 2D 2C 13 167 30 3F
Octal 316 162 164 0 55 54 23 547 60 77
Binary 11001110 1110010 1110100 0 101101 101100 10011 101100111 110000 111111

Color Harmonies of #CE7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7274

Black with #CE7274

Text Example


Text Example

White with #CE7274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7274; }

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

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

background-color css

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

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

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

border-color css

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

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

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