Html Css Color HEX #C97173 Froly

📋 copy color: '#C97173'

red 201 ◦ green 113 ◦ blue 115

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

Shades of Froly #C97173

Tints of Froly #C97173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.34%

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

R = 46.85%
G = 26.34%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C97173 (or 0xC97173) is known color: Froly. HEX triplet: C9, 71 and 73. RGB value is (201,113,115). Sum of RGB (Red+Green+Blue) = 201+113+115=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C97173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97173 is #368E8C. Grayscale: #8B8B8B. Windows color (decimal): -3575437 or 7565769. OLE color: 7565769.

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

Color convert

RGB 201 113 115 -
CMYK 0 0.44 0.43 0.21
HSL 358.64º 0.45% 0.62% -
HSV(B) 358.64º 0.44% 0.79% -
XYZ 33.09 25.47 19.39 -
YUV 139.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 201 113 115 0 0.44 0.43 0.21 358.64 0.45 0.62
Hex C9 71 73 0 2C 2B 15 167 2D 3E
Octal 311 161 163 0 54 53 25 547 55 76
Binary 11001001 1110001 1110011 0 101100 101011 10101 101100111 101101 111110

Color Harmonies of #C97173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97173

Black with #C97173

Text Example


Text Example

White with #C97173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97173; }

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

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

background-color css

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

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

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

border-color css

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

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

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