Html Css Color HEX #C97C2A Bronze

📋 copy color: '#C97C2A'

red 201 ◦ green 124 ◦ blue 42

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

Shades of Bronze #C97C2A

Tints of Bronze #C97C2A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.79%

 BLUE value IS 42 (16.8% from 255) = 11.44%

R = 54.77%
G = 33.79%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C97C2A (or 0xC97C2A) is known color: Bronze. HEX triplet: C9, 7C and 2A. RGB value is (201,124,42). Sum of RGB (Red+Green+Blue) = 201+124+42=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C2A is #3683D5. Grayscale: #8A8A8A. Windows color (decimal): -3572694 or 2784457. OLE color: 2784457.

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

Color convert

RGB 201 124 42 -
CMYK 0 0.38 0.79 0.21
HSL 30.94º 0.65% 0.48% -
HSV(B) 30.94º 0.79% 0.79% -
XYZ 31.71 27 5.73 -
YUV 137.68 74.01 173.17 -
System Red Green Blue C M Y K H S L
Decimal 201 124 42 0 0.38 0.79 0.21 30.94 0.65 0.48
Hex C9 7C 2A 0 26 4F 15 1F 41 30
Octal 311 174 52 0 46 117 25 37 101 60
Binary 11001001 1111100 101010 0 100110 1001111 10101 11111 1000001 110000

Color Harmonies of #C97C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C2A

Black with #C97C2A

Text Example


Text Example

White with #C97C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C2A; }

 p { color: rgb(201,124,42); }

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

background-color css

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

 a { background-color: rgb(201,124,42); }

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

border-color css

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

 span { border-color: rgb(201,124,42); }

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