Html Css Color HEX #C97E31 Bronze

📋 copy color: '#C97E31'

red 201 ◦ green 126 ◦ blue 49

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

Shades of Bronze #C97E31

Tints of Bronze #C97E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.03%

R = 53.46%
G = 33.51%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C97E31 (or 0xC97E31) is known color: Bronze. HEX triplet: C9, 7E and 31. RGB value is (201,126,49). Sum of RGB (Red+Green+Blue) = 201+126+49=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97E31 is #3681CE. Grayscale: #8C8C8C. Windows color (decimal): -3572175 or 3243721. OLE color: 3243721.

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

Color convert

RGB 201 126 49 -
CMYK 0 0.37 0.76 0.21
HSL 30.39º 0.61% 0.49% -
HSV(B) 30.39º 0.76% 0.79% -
XYZ 32.1 27.56 6.53 -
YUV 139.65 76.85 171.76 -
System Red Green Blue C M Y K H S L
Decimal 201 126 49 0 0.37 0.76 0.21 30.39 0.61 0.49
Hex C9 7E 31 0 25 4C 15 1E 3D 31
Octal 311 176 61 0 45 114 25 36 75 61
Binary 11001001 1111110 110001 0 100101 1001100 10101 11110 111101 110001

Color Harmonies of #C97E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E31

Black with #C97E31

Text Example


Text Example

White with #C97E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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