Html Css Color HEX #CE6E74 Froly

📋 copy color: '#CE6E74'

red 206 ◦ green 110 ◦ blue 116

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

Shades of Froly #CE6E74

Tints of Froly #CE6E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.46%

 BLUE value IS 116 (45.7% from 255) = 26.85%

R = 47.69%
G = 25.46%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE6E74 (or 0xCE6E74) is known color: Froly. HEX triplet: CE, 6E and 74. RGB value is (206,110,116). Sum of RGB (Red+Green+Blue) = 206+110+116=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E74 is #31918B. Grayscale: #8B8B8B. Windows color (decimal): -3248524 or 7630542. OLE color: 7630542.

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

Color convert

RGB 206 110 116 -
CMYK 0 0.47 0.44 0.19
HSL 356.25º 0.49% 0.62% -
HSV(B) 356.25º 0.47% 0.81% -
XYZ 34.18 25.53 19.65 -
YUV 139.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 206 110 116 0 0.47 0.44 0.19 356.25 0.49 0.62
Hex CE 6E 74 0 2F 2C 13 164 31 3E
Octal 316 156 164 0 57 54 23 544 61 76
Binary 11001110 1101110 1110100 0 101111 101100 10011 101100100 110001 111110

Color Harmonies of #CE6E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E74

Black with #CE6E74

Text Example


Text Example

White with #CE6E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E74; }

 p { color: rgb(206,110,116); }

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

background-color css

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

 a { background-color: rgb(206,110,116); }

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

border-color css

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

 span { border-color: rgb(206,110,116); }

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