Html Css Color HEX #C8782E Bronze

📋 copy color: '#C8782E'

red 200 ◦ green 120 ◦ blue 46

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

Shades of Bronze #C8782E

Tints of Bronze #C8782E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.79%

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

R = 54.64%
G = 32.79%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8782E (or 0xC8782E) is known color: Bronze. HEX triplet: C8, 78 and 2E. RGB value is (200,120,46). Sum of RGB (Red+Green+Blue) = 200+120+46=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8782E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8782E is #3787D1. Grayscale: #878787. Windows color (decimal): -3639250 or 3045576. OLE color: 3045576.

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

Color convert

RGB 200 120 46 -
CMYK 0 0.4 0.77 0.22
HSL 28.83º 0.63% 0.48% -
HSV(B) 28.83º 0.77% 0.78% -
XYZ 31.03 25.91 5.95 -
YUV 135.48 77.5 174.02 -
System Red Green Blue C M Y K H S L
Decimal 200 120 46 0 0.4 0.77 0.22 28.83 0.63 0.48
Hex C8 78 2E 0 28 4D 16 1D 3F 30
Octal 310 170 56 0 50 115 26 35 77 60
Binary 11001000 1111000 101110 0 101000 1001101 10110 11101 111111 110000

Color Harmonies of #C8782E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8782E

Black with #C8782E

Text Example


Text Example

White with #C8782E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8782E; }

 p { color: rgb(200,120,46); }

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

background-color css

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

 a { background-color: rgb(200,120,46); }

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

border-color css

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

 span { border-color: rgb(200,120,46); }

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