Html Css Color HEX #CE6D6F Froly

📋 copy color: '#CE6D6F'

red 206 ◦ green 109 ◦ blue 111

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

Shades of Froly #CE6D6F

Tints of Froly #CE6D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.06%

R = 48.36%
G = 25.59%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE6D6F (or 0xCE6D6F) is known color: Froly. HEX triplet: CE, 6D and 6F. RGB value is (206,109,111). Sum of RGB (Red+Green+Blue) = 206+109+111=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6D6F is #319290. Grayscale: #8A8A8A. Windows color (decimal): -3248785 or 7302606. OLE color: 7302606.

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

Color convert

RGB 206 109 111 -
CMYK 0 0.47 0.46 0.19
HSL 358.76º 0.5% 0.62% -
HSV(B) 358.76º 0.47% 0.81% -
XYZ 33.79 25.21 18.12 -
YUV 138.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 206 109 111 0 0.47 0.46 0.19 358.76 0.5 0.62
Hex CE 6D 6F 0 2F 2E 13 167 32 3E
Octal 316 155 157 0 57 56 23 547 62 76
Binary 11001110 1101101 1101111 0 101111 101110 10011 101100111 110010 111110

Color Harmonies of #CE6D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D6F

Black with #CE6D6F

Text Example


Text Example

White with #CE6D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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