Html Css Color HEX #C97275 Froly

📋 copy color: '#C97275'

red 201 ◦ green 114 ◦ blue 117

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

Shades of Froly #C97275

Tints of Froly #C97275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.39%

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

R = 46.53%
G = 26.39%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C97275 (or 0xC97275) is known color: Froly. HEX triplet: C9, 72 and 75. RGB value is (201,114,117). Sum of RGB (Red+Green+Blue) = 201+114+117=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C97275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97275 is #368D8A. Grayscale: #8C8C8C. Windows color (decimal): -3575179 or 7697097. OLE color: 7697097.

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

Color convert

RGB 201 114 117 -
CMYK 0 0.43 0.42 0.21
HSL 357.93º 0.45% 0.62% -
HSV(B) 357.93º 0.43% 0.79% -
XYZ 33.32 25.74 20.04 -
YUV 140.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 201 114 117 0 0.43 0.42 0.21 357.93 0.45 0.62
Hex C9 72 75 0 2B 2A 15 166 2D 3E
Octal 311 162 165 0 53 52 25 546 55 76
Binary 11001001 1110010 1110101 0 101011 101010 10101 101100110 101101 111110

Color Harmonies of #C97275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97275

Black with #C97275

Text Example


Text Example

White with #C97275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97275; }

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

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

background-color css

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

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

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

border-color css

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

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

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