Html Css Color HEX #CE6B6F Froly

📋 copy color: '#CE6B6F'

red 206 ◦ green 107 ◦ blue 111

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

Shades of Froly #CE6B6F

Tints of Froly #CE6B6F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.24%

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

R = 48.58%
G = 25.24%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE6B6F (or 0xCE6B6F) is known color: Froly. HEX triplet: CE, 6B and 6F. RGB value is (206,107,111). Sum of RGB (Red+Green+Blue) = 206+107+111=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B6F is #319490. Grayscale: #898989. Windows color (decimal): -3249297 or 7302094. OLE color: 7302094.

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

Color convert

RGB 206 107 111 -
CMYK 0 0.48 0.46 0.19
HSL 357.58º 0.5% 0.61% -
HSV(B) 357.58º 0.48% 0.81% -
XYZ 33.58 24.78 18.05 -
YUV 137.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 206 107 111 0 0.48 0.46 0.19 357.58 0.5 0.61
Hex CE 6B 6F 0 30 2E 13 166 32 3D
Octal 316 153 157 0 60 56 23 546 62 75
Binary 11001110 1101011 1101111 0 110000 101110 10011 101100110 110010 111101

Color Harmonies of #CE6B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B6F

Black with #CE6B6F

Text Example


Text Example

White with #CE6B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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