Html Css Color HEX #C97071 Froly

📋 copy color: '#C97071'

red 201 ◦ green 112 ◦ blue 113

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

Shades of Froly #C97071

Tints of Froly #C97071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.29%

 BLUE value IS 113 (44.53% from 255) = 26.53%

R = 47.18%
G = 26.29%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C97071 (or 0xC97071) is known color: Froly. HEX triplet: C9, 70 and 71. RGB value is (201,112,113). Sum of RGB (Red+Green+Blue) = 201+112+113=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C97071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97071 is #368F8E. Grayscale: #8A8A8A. Windows color (decimal): -3575695 or 7434441. OLE color: 7434441.

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

Color convert

RGB 201 112 113 -
CMYK 0 0.44 0.44 0.21
HSL 359.33º 0.45% 0.61% -
HSV(B) 359.33º 0.44% 0.79% -
XYZ 32.86 25.2 18.75 -
YUV 138.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 201 112 113 0 0.44 0.44 0.21 359.33 0.45 0.61
Hex C9 70 71 0 2C 2C 15 167 2D 3D
Octal 311 160 161 0 54 54 25 547 55 75
Binary 11001001 1110000 1110001 0 101100 101100 10101 101100111 101101 111101

Color Harmonies of #C97071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97071

Black with #C97071

Text Example


Text Example

White with #C97071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97071; }

 p { color: rgb(201,112,113); }

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

background-color css

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

 a { background-color: rgb(201,112,113); }

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

border-color css

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

 span { border-color: rgb(201,112,113); }

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