Html Css Color HEX #CE7071 Froly

📋 copy color: '#CE7071'

red 206 ◦ green 112 ◦ blue 113

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

Shades of Froly #CE7071

Tints of Froly #CE7071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.99%

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 47.8%
G = 25.99%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE7071 (or 0xCE7071) is known color: Froly. HEX triplet: CE, 70 and 71. RGB value is (206,112,113). Sum of RGB (Red+Green+Blue) = 206+112+113=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7071 is #318F8E. Grayscale: #8C8C8C. Windows color (decimal): -3248015 or 7434446. OLE color: 7434446.

HSL color Cylindrical-coordinate representation of color #CE7071: hue angle of 359.36º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7071 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 113 -
CMYK 0 0.46 0.45 0.19
HSL 359.36º 0.49% 0.62% -
HSV(B) 359.36º 0.46% 0.81% -
XYZ 34.23 25.9 18.82 -
YUV 140.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 206 112 113 0 0.46 0.45 0.19 359.36 0.49 0.62
Hex CE 70 71 0 2E 2D 13 167 31 3E
Octal 316 160 161 0 56 55 23 547 61 76
Binary 11001110 1110000 1110001 0 101110 101101 10011 101100111 110001 111110

Color Harmonies of #CE7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7071

Black with #CE7071

Text Example


Text Example

White with #CE7071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7071; }

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

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

background-color css

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

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

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

border-color css

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

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

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