Html Css Color HEX #C97B2E Bronze

📋 copy color: '#C97B2E'

red 201 ◦ green 123 ◦ blue 46

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

Shades of Bronze #C97B2E

Tints of Bronze #C97B2E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.24%

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

R = 54.32%
G = 33.24%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C97B2E (or 0xC97B2E) is known color: Bronze. HEX triplet: C9, 7B and 2E. RGB value is (201,123,46). Sum of RGB (Red+Green+Blue) = 201+123+46=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97B2E is #3684D1. Grayscale: #898989. Windows color (decimal): -3572946 or 3046345. OLE color: 3046345.

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

Color convert

RGB 201 123 46 -
CMYK 0 0.39 0.77 0.21
HSL 29.81º 0.63% 0.48% -
HSV(B) 29.81º 0.77% 0.79% -
XYZ 31.66 26.78 6.09 -
YUV 137.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 201 123 46 0 0.39 0.77 0.21 29.81 0.63 0.48
Hex C9 7B 2E 0 27 4D 15 1E 3F 30
Octal 311 173 56 0 47 115 25 36 77 60
Binary 11001001 1111011 101110 0 100111 1001101 10101 11110 111111 110000

Color Harmonies of #C97B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97B2E

Black with #C97B2E

Text Example


Text Example

White with #C97B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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