Html Css Color HEX #C87E30 Bronze

📋 copy color: '#C87E30'

red 200 ◦ green 126 ◦ blue 48

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

Shades of Bronze #C87E30

Tints of Bronze #C87E30

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.69%

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

R = 53.48%
G = 33.69%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C87E30 (or 0xC87E30) is known color: Bronze. HEX triplet: C8, 7E and 30. RGB value is (200,126,48). Sum of RGB (Red+Green+Blue) = 200+126+48=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87E30 is #3781CF. Grayscale: #8B8B8B. Windows color (decimal): -3637712 or 3178184. OLE color: 3178184.

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

Color convert

RGB 200 126 48 -
CMYK 0 0.37 0.76 0.22
HSL 30.79º 0.61% 0.49% -
HSV(B) 30.79º 0.76% 0.78% -
XYZ 31.81 27.41 6.41 -
YUV 139.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 200 126 48 0 0.37 0.76 0.22 30.79 0.61 0.49
Hex C8 7E 30 0 25 4C 16 1F 3D 31
Octal 310 176 60 0 45 114 26 37 75 61
Binary 11001000 1111110 110000 0 100101 1001100 10110 11111 111101 110001

Color Harmonies of #C87E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87E30

Black with #C87E30

Text Example


Text Example

White with #C87E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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