Html Css Color HEX #CE7578 Froly

📋 copy color: '#CE7578'

red 206 ◦ green 117 ◦ blue 120

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

Shades of Froly #CE7578

Tints of Froly #CE7578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.09%

R = 46.5%
G = 26.41%
B = 27.09%

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

#CE7578 (or 0xCE7578) is known color: Froly. HEX triplet: CE, 75 and 78. RGB value is (206,117,120). Sum of RGB (Red+Green+Blue) = 206+117+120=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7578 is #318A87. Grayscale: #909090. Windows color (decimal): -3246728 or 7894478. OLE color: 7894478.

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

Color convert

RGB 206 117 120 -
CMYK 0 0.43 0.42 0.19
HSL 357.98º 0.48% 0.63% -
HSV(B) 357.98º 0.43% 0.81% -
XYZ 35.21 27.2 21.16 -
YUV 143.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 206 117 120 0 0.43 0.42 0.19 357.98 0.48 0.63
Hex CE 75 78 0 2B 2A 13 166 30 3F
Octal 316 165 170 0 53 52 23 546 60 77
Binary 11001110 1110101 1111000 0 101011 101010 10011 101100110 110000 111111

Color Harmonies of #CE7578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7578

Black with #CE7578

Text Example


Text Example

White with #CE7578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7578; }

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

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

background-color css

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

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

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

border-color css

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

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

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