Html Css Color HEX #C97175 Froly

📋 copy color: '#C97175'

red 201 ◦ green 113 ◦ blue 117

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

Shades of Froly #C97175

Tints of Froly #C97175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 46.64%
G = 26.22%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C97175 (or 0xC97175) is known color: Froly. HEX triplet: C9, 71 and 75. RGB value is (201,113,117). Sum of RGB (Red+Green+Blue) = 201+113+117=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C97175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97175 is #368E8A. Grayscale: #8B8B8B. Windows color (decimal): -3575435 or 7696841. OLE color: 7696841.

HSL color Cylindrical-coordinate representation of color #C97175: hue angle of 357.27º 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 #C97175 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 113 117 -
CMYK 0 0.44 0.42 0.21
HSL 357.27º 0.45% 0.62% -
HSV(B) 357.27º 0.44% 0.79% -
XYZ 33.2 25.51 20 -
YUV 139.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 201 113 117 0 0.44 0.42 0.21 357.27 0.45 0.62
Hex C9 71 75 0 2C 2A 15 165 2D 3E
Octal 311 161 165 0 54 52 25 545 55 76
Binary 11001001 1110001 1110101 0 101100 101010 10101 101100101 101101 111110

Color Harmonies of #C97175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97175

Black with #C97175

Text Example


Text Example

White with #C97175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97175; }

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

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

background-color css

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

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

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

border-color css

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

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

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