Html Css Color HEX #C87A2C Bronze

📋 copy color: '#C87A2C'

red 200 ◦ green 122 ◦ blue 44

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

Shades of Bronze #C87A2C

Tints of Bronze #C87A2C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.33%

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

R = 54.64%
G = 33.33%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C87A2C (or 0xC87A2C) is known color: Bronze. HEX triplet: C8, 7A and 2C. RGB value is (200,122,44). Sum of RGB (Red+Green+Blue) = 200+122+44=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A2C is #3785D3. Grayscale: #888888. Windows color (decimal): -3638740 or 2915016. OLE color: 2915016.

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

Color convert

RGB 200 122 44 -
CMYK 0 0.39 0.78 0.22
HSL 30º 0.64% 0.48% -
HSV(B) 30º 0.78% 0.78% -
XYZ 31.23 26.38 5.83 -
YUV 136.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 200 122 44 0 0.39 0.78 0.22 30 0.64 0.48
Hex C8 7A 2C 0 27 4E 16 1E 40 30
Octal 310 172 54 0 47 116 26 36 100 60
Binary 11001000 1111010 101100 0 100111 1001110 10110 11110 1000000 110000

Color Harmonies of #C87A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87A2C

Black with #C87A2C

Text Example


Text Example

White with #C87A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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