Html Css Color HEX #C97276 Charm

📋 copy color: '#C97276'

red 201 ◦ green 114 ◦ blue 118

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

Shades of Charm #C97276

Tints of Charm #C97276

RGB

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

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

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

R = 46.42%
G = 26.33%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C97276 (or 0xC97276) is known color: Charm. HEX triplet: C9, 72 and 76. RGB value is (201,114,118). Sum of RGB (Red+Green+Blue) = 201+114+118=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C97276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97276 is #368D89. Grayscale: #8C8C8C. Windows color (decimal): -3575178 or 7762633. OLE color: 7762633.

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

Color convert

RGB 201 114 118 -
CMYK 0 0.43 0.41 0.21
HSL 357.24º 0.45% 0.62% -
HSV(B) 357.24º 0.43% 0.79% -
XYZ 33.37 25.76 20.35 -
YUV 140.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 201 114 118 0 0.43 0.41 0.21 357.24 0.45 0.62
Hex C9 72 76 0 2B 29 15 165 2D 3E
Octal 311 162 166 0 53 51 25 545 55 76
Binary 11001001 1110010 1110110 0 101011 101001 10101 101100101 101101 111110

Color Harmonies of #C97276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97276

Black with #C97276

Text Example


Text Example

White with #C97276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97276; }

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

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

background-color css

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

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

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

border-color css

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

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

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