Html Css Color HEX #C97F2F Bronze

📋 copy color: '#C97F2F'

red 201 ◦ green 127 ◦ blue 47

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

Shades of Bronze #C97F2F

Tints of Bronze #C97F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.53%

R = 53.6%
G = 33.87%
B = 12.53%

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

#C97F2F (or 0xC97F2F) is known color: Bronze. HEX triplet: C9, 7F and 2F. RGB value is (201,127,47). Sum of RGB (Red+Green+Blue) = 201+127+47=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97F2F is #3680D0. Grayscale: #8C8C8C. Windows color (decimal): -3571921 or 3112905. OLE color: 3112905.

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

Color convert

RGB 201 127 47 -
CMYK 0 0.37 0.77 0.21
HSL 31.17º 0.62% 0.49% -
HSV(B) 31.17º 0.77% 0.79% -
XYZ 32.19 27.8 6.36 -
YUV 140.01 75.52 171.5 -
System Red Green Blue C M Y K H S L
Decimal 201 127 47 0 0.37 0.77 0.21 31.17 0.62 0.49
Hex C9 7F 2F 0 25 4D 15 1F 3E 31
Octal 311 177 57 0 45 115 25 37 76 61
Binary 11001001 1111111 101111 0 100101 1001101 10101 11111 111110 110001

Color Harmonies of #C97F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F2F

Black with #C97F2F

Text Example


Text Example

White with #C97F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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