Html Css Color HEX #C97D2C Bronze

📋 copy color: '#C97D2C'

red 201 ◦ green 125 ◦ blue 44

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

Shades of Bronze #C97D2C

Tints of Bronze #C97D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 54.32%
G = 33.78%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C97D2C (or 0xC97D2C) is known color: Bronze. HEX triplet: C9, 7D and 2C. RGB value is (201,125,44). Sum of RGB (Red+Green+Blue) = 201+125+44=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D2C is #3682D3. Grayscale: #8A8A8A. Windows color (decimal): -3572436 or 2915785. OLE color: 2915785.

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

Color convert

RGB 201 125 44 -
CMYK 0 0.38 0.78 0.21
HSL 30.96º 0.64% 0.48% -
HSV(B) 30.96º 0.78% 0.79% -
XYZ 31.88 27.27 5.97 -
YUV 138.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 201 125 44 0 0.38 0.78 0.21 30.96 0.64 0.48
Hex C9 7D 2C 0 26 4E 15 1F 40 30
Octal 311 175 54 0 46 116 25 37 100 60
Binary 11001001 1111101 101100 0 100110 1001110 10101 11111 1000000 110000

Color Harmonies of #C97D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D2C

Black with #C97D2C

Text Example


Text Example

White with #C97D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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