Html Css Color HEX #CE6973 Froly

📋 copy color: '#CE6973'

red 206 ◦ green 105 ◦ blue 115

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

Shades of Froly #CE6973

Tints of Froly #CE6973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.65%

 BLUE value IS 115 (45.31% from 255) = 27%

R = 48.36%
G = 24.65%
B = 27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE6973 (or 0xCE6973) is known color: Froly. HEX triplet: CE, 69 and 73. RGB value is (206,105,115). Sum of RGB (Red+Green+Blue) = 206+105+115=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6973 is #31968C. Grayscale: #888888. Windows color (decimal): -3249805 or 7563726. OLE color: 7563726.

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

Color convert

RGB 206 105 115 -
CMYK 0 0.49 0.44 0.19
HSL 354.06º 0.51% 0.61% -
HSV(B) 354.06º 0.49% 0.81% -
XYZ 33.6 24.46 19.17 -
YUV 136.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 206 105 115 0 0.49 0.44 0.19 354.06 0.51 0.61
Hex CE 69 73 0 31 2C 13 162 33 3D
Octal 316 151 163 0 61 54 23 542 63 75
Binary 11001110 1101001 1110011 0 110001 101100 10011 101100010 110011 111101

Color Harmonies of #CE6973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6973

Black with #CE6973

Text Example


Text Example

White with #CE6973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6973; }

 p { color: rgb(206,105,115); }

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

background-color css

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

 a { background-color: rgb(206,105,115); }

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

border-color css

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

 span { border-color: rgb(206,105,115); }

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