Html Css Color HEX #CE7779 Froly

📋 copy color: '#CE7779'

red 206 ◦ green 119 ◦ blue 121

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

Shades of Froly #CE7779

Tints of Froly #CE7779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.68%

 BLUE value IS 121 (47.66% from 255) = 27.13%

R = 46.19%
G = 26.68%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE7779 (or 0xCE7779) is known color: Froly. HEX triplet: CE, 77 and 79. RGB value is (206,119,121). Sum of RGB (Red+Green+Blue) = 206+119+121=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7779 is #318886. Grayscale: #919191. Windows color (decimal): -3246215 or 7960526. OLE color: 7960526.

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

Color convert

RGB 206 119 121 -
CMYK 0 0.42 0.41 0.19
HSL 358.62º 0.47% 0.64% -
HSV(B) 358.62º 0.42% 0.81% -
XYZ 35.5 27.7 21.56 -
YUV 145.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 206 119 121 0 0.42 0.41 0.19 358.62 0.47 0.64
Hex CE 77 79 0 2A 29 13 167 2F 40
Octal 316 167 171 0 52 51 23 547 57 100
Binary 11001110 1110111 1111001 0 101010 101001 10011 101100111 101111 1000000

Color Harmonies of #CE7779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7779

Black with #CE7779

Text Example


Text Example

White with #CE7779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7779; }

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

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

background-color css

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

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

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

border-color css

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

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

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