Html Css Color HEX #CE7172 Froly

📋 copy color: '#CE7172'

red 206 ◦ green 113 ◦ blue 114

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

Shades of Froly #CE7172

Tints of Froly #CE7172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.1%

 BLUE value IS 114 (44.92% from 255) = 26.33%

R = 47.58%
G = 26.1%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE7172 (or 0xCE7172) is known color: Froly. HEX triplet: CE, 71 and 72. RGB value is (206,113,114). Sum of RGB (Red+Green+Blue) = 206+113+114=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7172 is #318E8D. Grayscale: #8D8D8D. Windows color (decimal): -3247758 or 7500238. OLE color: 7500238.

HSL color Cylindrical-coordinate representation of color #CE7172: hue angle of 359.35º degrees, saturation: 0.49, 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 #CE7172 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 113 114 -
CMYK 0 0.45 0.45 0.19
HSL 359.35º 0.49% 0.63% -
HSV(B) 359.35º 0.45% 0.81% -
XYZ 34.4 26.15 19.15 -
YUV 140.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 206 113 114 0 0.45 0.45 0.19 359.35 0.49 0.63
Hex CE 71 72 0 2D 2D 13 167 31 3F
Octal 316 161 162 0 55 55 23 547 61 77
Binary 11001110 1110001 1110010 0 101101 101101 10011 101100111 110001 111111

Color Harmonies of #CE7172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7172

Black with #CE7172

Text Example


Text Example

White with #CE7172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7172; }

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

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

background-color css

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

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

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

border-color css

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

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

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