Html Css Color HEX #CE7477 Froly

📋 copy color: '#CE7477'

red 206 ◦ green 116 ◦ blue 119

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

Shades of Froly #CE7477

Tints of Froly #CE7477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.3%

 BLUE value IS 119 (46.88% from 255) = 26.98%

R = 46.71%
G = 26.3%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE7477 (or 0xCE7477) is known color: Froly. HEX triplet: CE, 74 and 77. RGB value is (206,116,119). Sum of RGB (Red+Green+Blue) = 206+116+119=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7477 is #318B88. Grayscale: #8F8F8F. Windows color (decimal): -3246985 or 7828686. OLE color: 7828686.

HSL color Cylindrical-coordinate representation of color #CE7477: hue angle of 358º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7477 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 116 119 -
CMYK 0 0.44 0.42 0.19
HSL 358º 0.48% 0.63% -
HSV(B) 358º 0.44% 0.81% -
XYZ 35.03 26.94 20.81 -
YUV 143.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 206 116 119 0 0.44 0.42 0.19 358 0.48 0.63
Hex CE 74 77 0 2C 2A 13 166 30 3F
Octal 316 164 167 0 54 52 23 546 60 77
Binary 11001110 1110100 1110111 0 101100 101010 10011 101100110 110000 111111

Color Harmonies of #CE7477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7477

Black with #CE7477

Text Example


Text Example

White with #CE7477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7477; }

 p { color: rgb(206,116,119); }

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

background-color css

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

 a { background-color: rgb(206,116,119); }

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

border-color css

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

 span { border-color: rgb(206,116,119); }

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