Html Css Color HEX #C97E3A Golden Bell

📋 copy color: '#C97E3A'

red 201 ◦ green 126 ◦ blue 58

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

Shades of Golden Bell #C97E3A

Tints of Golden Bell #C97E3A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.73%

 BLUE value IS 58 (23.05% from 255) = 15.06%

R = 52.21%
G = 32.73%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C97E3A (or 0xC97E3A) is known color: Golden Bell. HEX triplet: C9, 7E and 3A. RGB value is (201,126,58). Sum of RGB (Red+Green+Blue) = 201+126+58=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97E3A is #3681C5. Grayscale: #8D8D8D. Windows color (decimal): -3572166 or 3833545. OLE color: 3833545.

HSL color Cylindrical-coordinate representation of color #C97E3A: hue angle of 28.53º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C97E3A is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 126 58 -
CMYK 0 0.37 0.71 0.21
HSL 28.53º 0.57% 0.51% -
HSV(B) 28.53º 0.71% 0.79% -
XYZ 32.31 27.64 7.64 -
YUV 140.67 81.35 171.03 -
System Red Green Blue C M Y K H S L
Decimal 201 126 58 0 0.37 0.71 0.21 28.53 0.57 0.51
Hex C9 7E 3A 0 25 47 15 1D 39 33
Octal 311 176 72 0 45 107 25 35 71 63
Binary 11001001 1111110 111010 0 100101 1000111 10101 11101 111001 110011

Color Harmonies of #C97E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E3A

Black with #C97E3A

Text Example


Text Example

White with #C97E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E3A; }

 p { color: rgb(201,126,58); }

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

background-color css

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

 a { background-color: rgb(201,126,58); }

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

border-color css

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

 span { border-color: rgb(201,126,58); }

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