Html Css Color HEX #CE6F73 Froly

📋 copy color: '#CE6F73'

red 206 ◦ green 111 ◦ blue 115

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

Shades of Froly #CE6F73

Tints of Froly #CE6F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.69%

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

R = 47.69%
G = 25.69%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE6F73 (or 0xCE6F73) is known color: Froly. HEX triplet: CE, 6F and 73. RGB value is (206,111,115). Sum of RGB (Red+Green+Blue) = 206+111+115=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F73 is #31908C. Grayscale: #8B8B8B. Windows color (decimal): -3248269 or 7565262. OLE color: 7565262.

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

Color convert

RGB 206 111 115 -
CMYK 0 0.46 0.44 0.19
HSL 357.47º 0.49% 0.62% -
HSV(B) 357.47º 0.46% 0.81% -
XYZ 34.23 25.73 19.38 -
YUV 139.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 206 111 115 0 0.46 0.44 0.19 357.47 0.49 0.62
Hex CE 6F 73 0 2E 2C 13 165 31 3E
Octal 316 157 163 0 56 54 23 545 61 76
Binary 11001110 1101111 1110011 0 101110 101100 10011 101100101 110001 111110

Color Harmonies of #CE6F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F73

Black with #CE6F73

Text Example


Text Example

White with #CE6F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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