Html Css Color HEX #C8782D Bronze

📋 copy color: '#C8782D'

red 200 ◦ green 120 ◦ blue 45

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

Shades of Bronze #C8782D

Tints of Bronze #C8782D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.33%

R = 54.79%
G = 32.88%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8782D (or 0xC8782D) is known color: Bronze. HEX triplet: C8, 78 and 2D. RGB value is (200,120,45). Sum of RGB (Red+Green+Blue) = 200+120+45=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C8782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8782D is #3787D2. Grayscale: #878787. Windows color (decimal): -3639251 or 2980040. OLE color: 2980040.

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

Color convert

RGB 200 120 45 -
CMYK 0 0.4 0.78 0.22
HSL 29.03º 0.63% 0.48% -
HSV(B) 29.03º 0.78% 0.78% -
XYZ 31.01 25.9 5.85 -
YUV 135.37 77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 200 120 45 0 0.4 0.78 0.22 29.03 0.63 0.48
Hex C8 78 2D 0 28 4E 16 1D 3F 30
Octal 310 170 55 0 50 116 26 35 77 60
Binary 11001000 1111000 101101 0 101000 1001110 10110 11101 111111 110000

Color Harmonies of #C8782D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8782D

Black with #C8782D

Text Example


Text Example

White with #C8782D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8782D; }

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

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

background-color css

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

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

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

border-color css

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

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

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