Html Css Color HEX #CE7176 Froly

📋 copy color: '#CE7176'

red 206 ◦ green 113 ◦ blue 118

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

Shades of Froly #CE7176

Tints of Froly #CE7176

RGB

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

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

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

R = 47.14%
G = 25.86%
B = 27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE7176 (or 0xCE7176) is known color: Froly. HEX triplet: CE, 71 and 76. RGB value is (206,113,118). Sum of RGB (Red+Green+Blue) = 206+113+118=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7176 is #318E89. Grayscale: #8D8D8D. Windows color (decimal): -3247754 or 7762382. OLE color: 7762382.

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

Color convert

RGB 206 113 118 -
CMYK 0 0.45 0.43 0.19
HSL 356.77º 0.49% 0.63% -
HSV(B) 356.77º 0.45% 0.81% -
XYZ 34.63 26.24 20.38 -
YUV 141.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 206 113 118 0 0.45 0.43 0.19 356.77 0.49 0.63
Hex CE 71 76 0 2D 2B 13 165 31 3F
Octal 316 161 166 0 55 53 23 545 61 77
Binary 11001110 1110001 1110110 0 101101 101011 10011 101100101 110001 111111

Color Harmonies of #CE7176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7176

Black with #CE7176

Text Example


Text Example

White with #CE7176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7176; }

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

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

background-color css

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

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

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

border-color css

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

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

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