Html Css Color HEX #C97D2E Bronze

📋 copy color: '#C97D2E'

red 201 ◦ green 125 ◦ blue 46

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

Shades of Bronze #C97D2E

Tints of Bronze #C97D2E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.6%

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

R = 54.03%
G = 33.6%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C97D2E (or 0xC97D2E) is known color: Bronze. HEX triplet: C9, 7D and 2E. RGB value is (201,125,46). Sum of RGB (Red+Green+Blue) = 201+125+46=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D2E is #3682D1. Grayscale: #8B8B8B. Windows color (decimal): -3572434 or 3046857. OLE color: 3046857.

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

Color convert

RGB 201 125 46 -
CMYK 0 0.38 0.77 0.21
HSL 30.58º 0.63% 0.48% -
HSV(B) 30.58º 0.77% 0.79% -
XYZ 31.91 27.28 6.17 -
YUV 138.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 201 125 46 0 0.38 0.77 0.21 30.58 0.63 0.48
Hex C9 7D 2E 0 26 4D 15 1F 3F 30
Octal 311 175 56 0 46 115 25 37 77 60
Binary 11001001 1111101 101110 0 100110 1001101 10101 11111 111111 110000

Color Harmonies of #C97D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D2E

Black with #C97D2E

Text Example


Text Example

White with #C97D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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