Html Css Color HEX #C87C2C Bronze

📋 copy color: '#C87C2C'

red 200 ◦ green 124 ◦ blue 44

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

Shades of Bronze #C87C2C

Tints of Bronze #C87C2C

RGB

 RED value IS 200 (78.52% from 255) = 54.35%

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

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

R = 54.35%
G = 33.7%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C87C2C (or 0xC87C2C) is known color: Bronze. HEX triplet: C8, 7C and 2C. RGB value is (200,124,44). Sum of RGB (Red+Green+Blue) = 200+124+44=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87C2C is #3783D3. Grayscale: #8A8A8A. Windows color (decimal): -3638228 or 2915528. OLE color: 2915528.

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

Color convert

RGB 200 124 44 -
CMYK 0 0.38 0.78 0.22
HSL 30.77º 0.64% 0.48% -
HSV(B) 30.77º 0.78% 0.78% -
XYZ 31.48 26.88 5.91 -
YUV 137.6 75.18 172.5 -
System Red Green Blue C M Y K H S L
Decimal 200 124 44 0 0.38 0.78 0.22 30.77 0.64 0.48
Hex C8 7C 2C 0 26 4E 16 1F 40 30
Octal 310 174 54 0 46 116 26 37 100 60
Binary 11001000 1111100 101100 0 100110 1001110 10110 11111 1000000 110000

Color Harmonies of #C87C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87C2C

Black with #C87C2C

Text Example


Text Example

White with #C87C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87C2C; }

 p { color: rgb(200,124,44); }

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

background-color css

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

 a { background-color: rgb(200,124,44); }

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

border-color css

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

 span { border-color: rgb(200,124,44); }

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