Html Css Color HEX #CE7178 Froly

📋 copy color: '#CE7178'

red 206 ◦ green 113 ◦ blue 120

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

Shades of Froly #CE7178

Tints of Froly #CE7178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.33%

R = 46.92%
G = 25.74%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE7178 (or 0xCE7178) is known color: Froly. HEX triplet: CE, 71 and 78. RGB value is (206,113,120). Sum of RGB (Red+Green+Blue) = 206+113+120=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7178 is #318E87. Grayscale: #8D8D8D. Windows color (decimal): -3247752 or 7893454. OLE color: 7893454.

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

Color convert

RGB 206 113 120 -
CMYK 0 0.45 0.42 0.19
HSL 355.48º 0.49% 0.63% -
HSV(B) 355.48º 0.45% 0.81% -
XYZ 34.75 26.29 21.01 -
YUV 141.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 206 113 120 0 0.45 0.42 0.19 355.48 0.49 0.63
Hex CE 71 78 0 2D 2A 13 163 31 3F
Octal 316 161 170 0 55 52 23 543 61 77
Binary 11001110 1110001 1111000 0 101101 101010 10011 101100011 110001 111111

Color Harmonies of #CE7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7178

Black with #CE7178

Text Example


Text Example

White with #CE7178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7178; }

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

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

background-color css

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

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

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

border-color css

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

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

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