Html Css Color HEX #C97F2E Bronze

📋 copy color: '#C97F2E'

red 201 ◦ green 127 ◦ blue 46

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

Shades of Bronze #C97F2E

Tints of Bronze #C97F2E

RGB

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

 GREEN value IS 127 (50% from 255) = 33.96%

 BLUE value IS 46 (18.36% from 255) = 12.3%

R = 53.74%
G = 33.96%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C97F2E (or 0xC97F2E) is known color: Bronze. HEX triplet: C9, 7F and 2E. RGB value is (201,127,46). Sum of RGB (Red+Green+Blue) = 201+127+46=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97F2E is #3680D1. Grayscale: #8C8C8C. Windows color (decimal): -3571922 or 3047369. OLE color: 3047369.

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

Color convert

RGB 201 127 46 -
CMYK 0 0.37 0.77 0.21
HSL 31.35º 0.63% 0.48% -
HSV(B) 31.35º 0.77% 0.79% -
XYZ 32.17 27.79 6.25 -
YUV 139.89 75.02 171.59 -
System Red Green Blue C M Y K H S L
Decimal 201 127 46 0 0.37 0.77 0.21 31.35 0.63 0.48
Hex C9 7F 2E 0 25 4D 15 1F 3F 30
Octal 311 177 56 0 45 115 25 37 77 60
Binary 11001001 1111111 101110 0 100101 1001101 10101 11111 111111 110000

Color Harmonies of #C97F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F2E

Black with #C97F2E

Text Example


Text Example

White with #C97F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F2E; }

 p { color: rgb(201,127,46); }

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

background-color css

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

 a { background-color: rgb(201,127,46); }

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

border-color css

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

 span { border-color: rgb(201,127,46); }

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