Html Css Color HEX #CE7577 Froly

📋 copy color: '#CE7577'

red 206 ◦ green 117 ◦ blue 119

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

Shades of Froly #CE7577

Tints of Froly #CE7577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

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

R = 46.61%
G = 26.47%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE7577 (or 0xCE7577) is known color: Froly. HEX triplet: CE, 75 and 77. RGB value is (206,117,119). Sum of RGB (Red+Green+Blue) = 206+117+119=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7577 is #318A88. Grayscale: #8F8F8F. Windows color (decimal): -3246729 or 7828942. OLE color: 7828942.

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

Color convert

RGB 206 117 119 -
CMYK 0 0.43 0.42 0.19
HSL 358.65º 0.48% 0.63% -
HSV(B) 358.65º 0.43% 0.81% -
XYZ 35.14 27.18 20.85 -
YUV 143.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 206 117 119 0 0.43 0.42 0.19 358.65 0.48 0.63
Hex CE 75 77 0 2B 2A 13 167 30 3F
Octal 316 165 167 0 53 52 23 547 60 77
Binary 11001110 1110101 1110111 0 101011 101010 10011 101100111 110000 111111

Color Harmonies of #CE7577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7577

Black with #CE7577

Text Example


Text Example

White with #CE7577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7577; }

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

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

background-color css

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

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

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

border-color css

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

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

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