Html Css Color HEX #C97B2B Bronze

📋 copy color: '#C97B2B'

red 201 ◦ green 123 ◦ blue 43

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

Shades of Bronze #C97B2B

Tints of Bronze #C97B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.72%

R = 54.77%
G = 33.51%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C97B2B (or 0xC97B2B) is known color: Bronze. HEX triplet: C9, 7B and 2B. RGB value is (201,123,43). Sum of RGB (Red+Green+Blue) = 201+123+43=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97B2B is #3684D4. Grayscale: #898989. Windows color (decimal): -3572949 or 2849737. OLE color: 2849737.

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

Color convert

RGB 201 123 43 -
CMYK 0 0.39 0.79 0.21
HSL 30.38º 0.65% 0.48% -
HSV(B) 30.38º 0.79% 0.79% -
XYZ 31.61 26.76 5.78 -
YUV 137.2 74.84 173.5 -
System Red Green Blue C M Y K H S L
Decimal 201 123 43 0 0.39 0.79 0.21 30.38 0.65 0.48
Hex C9 7B 2B 0 27 4F 15 1E 41 30
Octal 311 173 53 0 47 117 25 36 101 60
Binary 11001001 1111011 101011 0 100111 1001111 10101 11110 1000001 110000

Color Harmonies of #C97B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97B2B

Black with #C97B2B

Text Example


Text Example

White with #C97B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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