Html Css Color HEX #C96E73 Froly

📋 copy color: '#C96E73'

red 201 ◦ green 110 ◦ blue 115

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

Shades of Froly #C96E73

Tints of Froly #C96E73

RGB

 RED value IS 201 (78.91% from 255) = 47.18%

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

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

R = 47.18%
G = 25.82%
B = 27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C96E73 (or 0xC96E73) is known color: Froly. HEX triplet: C9, 6E and 73. RGB value is (201,110,115). Sum of RGB (Red+Green+Blue) = 201+110+115=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E73 is #36918C. Grayscale: #898989. Windows color (decimal): -3576205 or 7565001. OLE color: 7565001.

HSL color Cylindrical-coordinate representation of color #C96E73: hue angle of 356.7º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96E73 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 110 115 -
CMYK 0 0.45 0.43 0.21
HSL 356.7º 0.46% 0.61% -
HSV(B) 356.7º 0.45% 0.79% -
XYZ 32.76 24.81 19.28 -
YUV 137.78 115.15 173.09 -
System Red Green Blue C M Y K H S L
Decimal 201 110 115 0 0.45 0.43 0.21 356.7 0.46 0.61
Hex C9 6E 73 0 2D 2B 15 165 2E 3D
Octal 311 156 163 0 55 53 25 545 56 75
Binary 11001001 1101110 1110011 0 101101 101011 10101 101100101 101110 111101

Color Harmonies of #C96E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E73

Black with #C96E73

Text Example


Text Example

White with #C96E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E73; }

 p { color: rgb(201,110,115); }

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

background-color css

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

 a { background-color: rgb(201,110,115); }

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

border-color css

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

 span { border-color: rgb(201,110,115); }

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