Html Css Color HEX #CE6F76 Froly

📋 copy color: '#CE6F76'

red 206 ◦ green 111 ◦ blue 118

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

Shades of Froly #CE6F76

Tints of Froly #CE6F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.52%

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

R = 47.36%
G = 25.52%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE6F76 (or 0xCE6F76) is known color: Froly. HEX triplet: CE, 6F and 76. RGB value is (206,111,118). Sum of RGB (Red+Green+Blue) = 206+111+118=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F76 is #319089. Grayscale: #8C8C8C. Windows color (decimal): -3248266 or 7761870. OLE color: 7761870.

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

Color convert

RGB 206 111 118 -
CMYK 0 0.46 0.43 0.19
HSL 355.58º 0.49% 0.62% -
HSV(B) 355.58º 0.46% 0.81% -
XYZ 34.41 25.8 20.31 -
YUV 140.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 206 111 118 0 0.46 0.43 0.19 355.58 0.49 0.62
Hex CE 6F 76 0 2E 2B 13 164 31 3E
Octal 316 157 166 0 56 53 23 544 61 76
Binary 11001110 1101111 1110110 0 101110 101011 10011 101100100 110001 111110

Color Harmonies of #CE6F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F76

Black with #CE6F76

Text Example


Text Example

White with #CE6F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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