Html Css Color HEX #CE7175 Froly

📋 copy color: '#CE7175'

red 206 ◦ green 113 ◦ blue 117

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

Shades of Froly #CE7175

Tints of Froly #CE7175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.83%

R = 47.25%
G = 25.92%
B = 26.83%

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

#CE7175 (or 0xCE7175) is known color: Froly. HEX triplet: CE, 71 and 75. RGB value is (206,113,117). Sum of RGB (Red+Green+Blue) = 206+113+117=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7175 is #318E8A. Grayscale: #8D8D8D. Windows color (decimal): -3247755 or 7696846. OLE color: 7696846.

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

Color convert

RGB 206 113 117 -
CMYK 0 0.45 0.43 0.19
HSL 357.42º 0.49% 0.63% -
HSV(B) 357.42º 0.45% 0.81% -
XYZ 34.57 26.22 20.07 -
YUV 141.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 206 113 117 0 0.45 0.43 0.19 357.42 0.49 0.63
Hex CE 71 75 0 2D 2B 13 165 31 3F
Octal 316 161 165 0 55 53 23 545 61 77
Binary 11001110 1110001 1110101 0 101101 101011 10011 101100101 110001 111111

Color Harmonies of #CE7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7175

Black with #CE7175

Text Example


Text Example

White with #CE7175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7175; }

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

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

background-color css

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

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

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

border-color css

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

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

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