Html Css Color HEX #C87630 Bronze

📋 copy color: '#C87630'

red 200 ◦ green 118 ◦ blue 48

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

Shades of Bronze #C87630

Tints of Bronze #C87630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.24%

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

R = 54.64%
G = 32.24%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C87630 (or 0xC87630) is known color: Bronze. HEX triplet: C8, 76 and 30. RGB value is (200,118,48). Sum of RGB (Red+Green+Blue) = 200+118+48=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C87630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87630 is #3789CF. Grayscale: #868686. Windows color (decimal): -3639760 or 3176136. OLE color: 3176136.

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

Color convert

RGB 200 118 48 -
CMYK 0 0.41 0.76 0.22
HSL 27.63º 0.61% 0.49% -
HSV(B) 27.63º 0.76% 0.78% -
XYZ 30.83 25.45 6.08 -
YUV 134.54 79.17 174.69 -
System Red Green Blue C M Y K H S L
Decimal 200 118 48 0 0.41 0.76 0.22 27.63 0.61 0.49
Hex C8 76 30 0 29 4C 16 1C 3D 31
Octal 310 166 60 0 51 114 26 34 75 61
Binary 11001000 1110110 110000 0 101001 1001100 10110 11100 111101 110001

Color Harmonies of #C87630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87630

Black with #C87630

Text Example


Text Example

White with #C87630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87630; }

 p { color: rgb(200,118,48); }

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

background-color css

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

 a { background-color: rgb(200,118,48); }

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

border-color css

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

 span { border-color: rgb(200,118,48); }

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