Html Css Color HEX #C97077 Charm

📋 copy color: '#C97077'

red 201 ◦ green 112 ◦ blue 119

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

Shades of Charm #C97077

Tints of Charm #C97077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.55%

R = 46.53%
G = 25.93%
B = 27.55%

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

#C97077 (or 0xC97077) is known color: Charm. HEX triplet: C9, 70 and 77. RGB value is (201,112,119). Sum of RGB (Red+Green+Blue) = 201+112+119=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C97077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97077 is #368F88. Grayscale: #8B8B8B. Windows color (decimal): -3575689 or 7827657. OLE color: 7827657.

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

Color convert

RGB 201 112 119 -
CMYK 0 0.44 0.41 0.21
HSL 355.28º 0.45% 0.61% -
HSV(B) 355.28º 0.44% 0.79% -
XYZ 33.21 25.34 20.59 -
YUV 139.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 201 112 119 0 0.44 0.41 0.21 355.28 0.45 0.61
Hex C9 70 77 0 2C 29 15 163 2D 3D
Octal 311 160 167 0 54 51 25 543 55 75
Binary 11001001 1110000 1110111 0 101100 101001 10101 101100011 101101 111101

Color Harmonies of #C97077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97077

Black with #C97077

Text Example


Text Example

White with #C97077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97077; }

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

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

background-color css

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

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

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

border-color css

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

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

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