Html Css Color HEX #CE6D77 Froly

📋 copy color: '#CE6D77'

red 206 ◦ green 109 ◦ blue 119

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

Shades of Froly #CE6D77

Tints of Froly #CE6D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.12%

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

R = 47.47%
G = 25.12%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE6D77 (or 0xCE6D77) is known color: Froly. HEX triplet: CE, 6D and 77. RGB value is (206,109,119). Sum of RGB (Red+Green+Blue) = 206+109+119=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6D77 is #319288. Grayscale: #8B8B8B. Windows color (decimal): -3248777 or 7826894. OLE color: 7826894.

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

Color convert

RGB 206 109 119 -
CMYK 0 0.47 0.42 0.19
HSL 353.81º 0.5% 0.62% -
HSV(B) 353.81º 0.47% 0.81% -
XYZ 34.25 25.39 20.55 -
YUV 139.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 206 109 119 0 0.47 0.42 0.19 353.81 0.5 0.62
Hex CE 6D 77 0 2F 2A 13 162 32 3E
Octal 316 155 167 0 57 52 23 542 62 76
Binary 11001110 1101101 1110111 0 101111 101010 10011 101100010 110010 111110

Color Harmonies of #CE6D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D77

Black with #CE6D77

Text Example


Text Example

White with #CE6D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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