Html Css Color HEX #CE6C76 Froly

📋 copy color: '#CE6C76'

red 206 ◦ green 108 ◦ blue 118

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

Shades of Froly #CE6C76

Tints of Froly #CE6C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25%

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

R = 47.69%
G = 25%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE6C76 (or 0xCE6C76) is known color: Froly. HEX triplet: CE, 6C and 76. RGB value is (206,108,118). Sum of RGB (Red+Green+Blue) = 206+108+118=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6C76 is #319389. Grayscale: #8A8A8A. Windows color (decimal): -3249034 or 7761102. OLE color: 7761102.

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

Color convert

RGB 206 108 118 -
CMYK 0 0.48 0.43 0.19
HSL 353.88º 0.5% 0.62% -
HSV(B) 353.88º 0.48% 0.81% -
XYZ 34.09 25.15 20.2 -
YUV 138.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 206 108 118 0 0.48 0.43 0.19 353.88 0.5 0.62
Hex CE 6C 76 0 30 2B 13 162 32 3E
Octal 316 154 166 0 60 53 23 542 62 76
Binary 11001110 1101100 1110110 0 110000 101011 10011 101100010 110010 111110

Color Harmonies of #CE6C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6C76

Black with #CE6C76

Text Example


Text Example

White with #CE6C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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