Html Css Color HEX #C97476 Froly

📋 copy color: '#C97476'

red 201 ◦ green 116 ◦ blue 118

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

Shades of Froly #C97476

Tints of Froly #C97476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.67%

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

R = 46.21%
G = 26.67%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C97476 (or 0xC97476) is known color: Froly. HEX triplet: C9, 74 and 76. RGB value is (201,116,118). Sum of RGB (Red+Green+Blue) = 201+116+118=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C97476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97476 is #368B89. Grayscale: #8D8D8D. Windows color (decimal): -3574666 or 7763145. OLE color: 7763145.

HSL color Cylindrical-coordinate representation of color #C97476: hue angle of 358.59º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97476 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 116 118 -
CMYK 0 0.42 0.41 0.21
HSL 358.59º 0.44% 0.62% -
HSV(B) 358.59º 0.42% 0.79% -
XYZ 33.6 26.22 20.43 -
YUV 141.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 201 116 118 0 0.42 0.41 0.21 358.59 0.44 0.62
Hex C9 74 76 0 2A 29 15 167 2C 3E
Octal 311 164 166 0 52 51 25 547 54 76
Binary 11001001 1110100 1110110 0 101010 101001 10101 101100111 101100 111110

Color Harmonies of #C97476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97476

Black with #C97476

Text Example


Text Example

White with #C97476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97476; }

 p { color: rgb(201,116,118); }

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

background-color css

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

 a { background-color: rgb(201,116,118); }

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

border-color css

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

 span { border-color: rgb(201,116,118); }

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