Html Css Color HEX #CE6B74 Froly

📋 copy color: '#CE6B74'

red 206 ◦ green 107 ◦ blue 116

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

Shades of Froly #CE6B74

Tints of Froly #CE6B74

RGB

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

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

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

R = 48.02%
G = 24.94%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE6B74 (or 0xCE6B74) is known color: Froly. HEX triplet: CE, 6B and 74. RGB value is (206,107,116). Sum of RGB (Red+Green+Blue) = 206+107+116=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B74 is #31948B. Grayscale: #898989. Windows color (decimal): -3249292 or 7629774. OLE color: 7629774.

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

Color convert

RGB 206 107 116 -
CMYK 0 0.48 0.44 0.19
HSL 354.55º 0.5% 0.61% -
HSV(B) 354.55º 0.48% 0.81% -
XYZ 33.86 24.9 19.54 -
YUV 137.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 206 107 116 0 0.48 0.44 0.19 354.55 0.5 0.61
Hex CE 6B 74 0 30 2C 13 163 32 3D
Octal 316 153 164 0 60 54 23 543 62 75
Binary 11001110 1101011 1110100 0 110000 101100 10011 101100011 110010 111101

Color Harmonies of #CE6B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B74

Black with #CE6B74

Text Example


Text Example

White with #CE6B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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