Html Css Color HEX #C97176 Charm

📋 copy color: '#C97176'

red 201 ◦ green 113 ◦ blue 118

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

Shades of Charm #C97176

Tints of Charm #C97176

RGB

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

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

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

R = 46.53%
G = 26.16%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C97176 (or 0xC97176) is known color: Charm. HEX triplet: C9, 71 and 76. RGB value is (201,113,118). Sum of RGB (Red+Green+Blue) = 201+113+118=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C97176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97176 is #368E89. Grayscale: #8B8B8B. Windows color (decimal): -3575434 or 7762377. OLE color: 7762377.

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

Color convert

RGB 201 113 118 -
CMYK 0 0.44 0.41 0.21
HSL 356.59º 0.45% 0.62% -
HSV(B) 356.59º 0.44% 0.79% -
XYZ 33.26 25.54 20.32 -
YUV 139.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 201 113 118 0 0.44 0.41 0.21 356.59 0.45 0.62
Hex C9 71 76 0 2C 29 15 165 2D 3E
Octal 311 161 166 0 54 51 25 545 55 76
Binary 11001001 1110001 1110110 0 101100 101001 10101 101100101 101101 111110

Color Harmonies of #C97176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97176

Black with #C97176

Text Example


Text Example

White with #C97176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97176; }

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

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

background-color css

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

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

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

border-color css

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

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

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