Html Css Color HEX #CE7173 Froly

📋 copy color: '#CE7173'

red 206 ◦ green 113 ◦ blue 115

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

Shades of Froly #CE7173

Tints of Froly #CE7173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.5%

R = 47.47%
G = 26.04%
B = 26.5%

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

#CE7173 (or 0xCE7173) is known color: Froly. HEX triplet: CE, 71 and 73. RGB value is (206,113,115). Sum of RGB (Red+Green+Blue) = 206+113+115=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7173 is #318E8C. Grayscale: #8D8D8D. Windows color (decimal): -3247757 or 7565774. OLE color: 7565774.

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

Color convert

RGB 206 113 115 -
CMYK 0 0.45 0.44 0.19
HSL 358.71º 0.49% 0.63% -
HSV(B) 358.71º 0.45% 0.81% -
XYZ 34.45 26.17 19.46 -
YUV 141.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 206 113 115 0 0.45 0.44 0.19 358.71 0.49 0.63
Hex CE 71 73 0 2D 2C 13 167 31 3F
Octal 316 161 163 0 55 54 23 547 61 77
Binary 11001110 1110001 1110011 0 101101 101100 10011 101100111 110001 111111

Color Harmonies of #CE7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7173

Black with #CE7173

Text Example


Text Example

White with #CE7173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7173; }

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

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

background-color css

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

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

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

border-color css

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

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

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