Html Css Color HEX #C97F30 Bronze

📋 copy color: '#C97F30'

red 201 ◦ green 127 ◦ blue 48

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

Shades of Bronze #C97F30

Tints of Bronze #C97F30

RGB

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

 GREEN value IS 127 (50% from 255) = 33.78%

 BLUE value IS 48 (19.14% from 255) = 12.77%

R = 53.46%
G = 33.78%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C97F30 (or 0xC97F30) is known color: Bronze. HEX triplet: C9, 7F and 30. RGB value is (201,127,48). Sum of RGB (Red+Green+Blue) = 201+127+48=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97F30 is #3680CF. Grayscale: #8C8C8C. Windows color (decimal): -3571920 or 3178441. OLE color: 3178441.

HSL color Cylindrical-coordinate representation of color #C97F30: hue angle of 30.98º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C97F30 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 127 48 -
CMYK 0 0.37 0.76 0.21
HSL 30.98º 0.61% 0.49% -
HSV(B) 30.98º 0.76% 0.79% -
XYZ 32.21 27.81 6.47 -
YUV 140.12 76.02 171.42 -
System Red Green Blue C M Y K H S L
Decimal 201 127 48 0 0.37 0.76 0.21 30.98 0.61 0.49
Hex C9 7F 30 0 25 4C 15 1F 3D 31
Octal 311 177 60 0 45 114 25 37 75 61
Binary 11001001 1111111 110000 0 100101 1001100 10101 11111 111101 110001

Color Harmonies of #C97F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F30

Black with #C97F30

Text Example


Text Example

White with #C97F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F30; }

 p { color: rgb(201,127,48); }

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

background-color css

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

 a { background-color: rgb(201,127,48); }

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

border-color css

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

 span { border-color: rgb(201,127,48); }

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