Html Css Color HEX #CE6D74 Froly

📋 copy color: '#CE6D74'

red 206 ◦ green 109 ◦ blue 116

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

Shades of Froly #CE6D74

Tints of Froly #CE6D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 47.8%
G = 25.29%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE6D74 (or 0xCE6D74) is known color: Froly. HEX triplet: CE, 6D and 74. RGB value is (206,109,116). Sum of RGB (Red+Green+Blue) = 206+109+116=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6D74 is #31928B. Grayscale: #8A8A8A. Windows color (decimal): -3248780 or 7630286. OLE color: 7630286.

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

Color convert

RGB 206 109 116 -
CMYK 0 0.47 0.44 0.19
HSL 355.67º 0.5% 0.62% -
HSV(B) 355.67º 0.47% 0.81% -
XYZ 34.07 25.32 19.61 -
YUV 138.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 206 109 116 0 0.47 0.44 0.19 355.67 0.5 0.62
Hex CE 6D 74 0 2F 2C 13 164 32 3E
Octal 316 155 164 0 57 54 23 544 62 76
Binary 11001110 1101101 1110100 0 101111 101100 10011 101100100 110010 111110

Color Harmonies of #CE6D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D74

Black with #CE6D74

Text Example


Text Example

White with #CE6D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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