Html Css Color HEX #CE686A Froly

📋 copy color: '#CE686A'

red 206 ◦ green 104 ◦ blue 106

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

Shades of Froly #CE686A

Tints of Froly #CE686A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25%

 BLUE value IS 106 (41.8% from 255) = 25.48%

R = 49.52%
G = 25%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE686A (or 0xCE686A) is known color: Froly. HEX triplet: CE, 68 and 6A. RGB value is (206,104,106). Sum of RGB (Red+Green+Blue) = 206+104+106=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE686A is #319795. Grayscale: #868686. Windows color (decimal): -3250070 or 6973646. OLE color: 6973646.

HSL color Cylindrical-coordinate representation of color #CE686A: hue angle of 358.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE686A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 104 106 -
CMYK 0 0.50 0.49 0.19
HSL 358.82º 0.51% 0.61% -
HSV(B) 358.82º 0.5% 0.81% -
XYZ 33.01 24.06 16.54 -
YUV 134.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 206 104 106 0 0.50 0.49 0.19 358.82 0.51 0.61
Hex CE 68 6A 0 32 31 13 167 33 3D
Octal 316 150 152 0 62 61 23 547 63 75
Binary 11001110 1101000 1101010 0 110010 110001 10011 101100111 110011 111101

Color Harmonies of #CE686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE686A

Black with #CE686A

Text Example


Text Example

White with #CE686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE686A; }

 p { color: rgb(206,104,106); }

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

background-color css

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

 a { background-color: rgb(206,104,106); }

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

border-color css

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

 span { border-color: rgb(206,104,106); }

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