Html Css Color HEX #CE6D76 Froly

📋 copy color: '#CE6D76'

red 206 ◦ green 109 ◦ blue 118

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

Shades of Froly #CE6D76

Tints of Froly #CE6D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 47.58%
G = 25.17%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE6D76 (or 0xCE6D76) is known color: Froly. HEX triplet: CE, 6D and 76. RGB value is (206,109,118). Sum of RGB (Red+Green+Blue) = 206+109+118=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6D76 is #319289. Grayscale: #8B8B8B. Windows color (decimal): -3248778 or 7761358. OLE color: 7761358.

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

Color convert

RGB 206 109 118 -
CMYK 0 0.47 0.43 0.19
HSL 354.43º 0.5% 0.62% -
HSV(B) 354.43º 0.47% 0.81% -
XYZ 34.19 25.37 20.23 -
YUV 139.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 206 109 118 0 0.47 0.43 0.19 354.43 0.5 0.62
Hex CE 6D 76 0 2F 2B 13 162 32 3E
Octal 316 155 166 0 57 53 23 542 62 76
Binary 11001110 1101101 1110110 0 101111 101011 10011 101100010 110010 111110

Color Harmonies of #CE6D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D76

Black with #CE6D76

Text Example


Text Example

White with #CE6D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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