Html Css Color HEX #C8752E Bronze

📋 copy color: '#C8752E'

red 200 ◦ green 117 ◦ blue 46

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

Shades of Bronze #C8752E

Tints of Bronze #C8752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

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

R = 55.1%
G = 32.23%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8752E (or 0xC8752E) is known color: Bronze. HEX triplet: C8, 75 and 2E. RGB value is (200,117,46). Sum of RGB (Red+Green+Blue) = 200+117+46=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8752E is #378AD1. Grayscale: #868686. Windows color (decimal): -3640018 or 3044808. OLE color: 3044808.

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

Color convert

RGB 200 117 46 -
CMYK 0 0.42 0.77 0.22
HSL 27.66º 0.63% 0.48% -
HSV(B) 27.66º 0.77% 0.78% -
XYZ 30.67 25.2 5.83 -
YUV 133.72 78.5 175.27 -
System Red Green Blue C M Y K H S L
Decimal 200 117 46 0 0.42 0.77 0.22 27.66 0.63 0.48
Hex C8 75 2E 0 2A 4D 16 1C 3F 30
Octal 310 165 56 0 52 115 26 34 77 60
Binary 11001000 1110101 101110 0 101010 1001101 10110 11100 111111 110000

Color Harmonies of #C8752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8752E

Black with #C8752E

Text Example


Text Example

White with #C8752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8752E; }

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

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

background-color css

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

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

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

border-color css

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

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

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