Html Css Color HEX #C97076 Charm

📋 copy color: '#C97076'

red 201 ◦ green 112 ◦ blue 118

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

Shades of Charm #C97076

Tints of Charm #C97076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.99%

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

R = 46.64%
G = 25.99%
B = 27.38%

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

#C97076 (or 0xC97076) is known color: Charm. HEX triplet: C9, 70 and 76. RGB value is (201,112,118). Sum of RGB (Red+Green+Blue) = 201+112+118=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C97076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97076 is #368F89. Grayscale: #8B8B8B. Windows color (decimal): -3575690 or 7762121. OLE color: 7762121.

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

Color convert

RGB 201 112 118 -
CMYK 0 0.44 0.41 0.21
HSL 355.96º 0.45% 0.61% -
HSV(B) 355.96º 0.44% 0.79% -
XYZ 33.15 25.31 20.28 -
YUV 139.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 201 112 118 0 0.44 0.41 0.21 355.96 0.45 0.61
Hex C9 70 76 0 2C 29 15 164 2D 3D
Octal 311 160 166 0 54 51 25 544 55 75
Binary 11001001 1110000 1110110 0 101100 101001 10101 101100100 101101 111101

Color Harmonies of #C97076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97076

Black with #C97076

Text Example


Text Example

White with #C97076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97076; }

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

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

background-color css

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

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

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

border-color css

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

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

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