Html Css Color HEX #CE6E73 Froly

📋 copy color: '#CE6E73'

red 206 ◦ green 110 ◦ blue 115

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

Shades of Froly #CE6E73

Tints of Froly #CE6E73

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.52%

 BLUE value IS 115 (45.31% from 255) = 26.68%

R = 47.8%
G = 25.52%
B = 26.68%

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

#CE6E73 (or 0xCE6E73) is known color: Froly. HEX triplet: CE, 6E and 73. RGB value is (206,110,115). Sum of RGB (Red+Green+Blue) = 206+110+115=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E73 is #31918C. Grayscale: #8B8B8B. Windows color (decimal): -3248525 or 7565006. OLE color: 7565006.

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

Color convert

RGB 206 110 115 -
CMYK 0 0.47 0.44 0.19
HSL 356.88º 0.49% 0.62% -
HSV(B) 356.88º 0.47% 0.81% -
XYZ 34.12 25.51 19.35 -
YUV 139.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 206 110 115 0 0.47 0.44 0.19 356.88 0.49 0.62
Hex CE 6E 73 0 2F 2C 13 165 31 3E
Octal 316 156 163 0 57 54 23 545 61 76
Binary 11001110 1101110 1110011 0 101111 101100 10011 101100101 110001 111110

Color Harmonies of #CE6E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E73

Black with #CE6E73

Text Example


Text Example

White with #CE6E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E73; }

 p { color: rgb(206,110,115); }

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

background-color css

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

 a { background-color: rgb(206,110,115); }

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

border-color css

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

 span { border-color: rgb(206,110,115); }

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