Html Css Color HEX #CE8034 Bronze

📋 copy color: '#CE8034'

red 206 ◦ green 128 ◦ blue 52

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

Shades of Bronze #CE8034

Tints of Bronze #CE8034

RGB

 RED value IS 206 (80.86% from 255) = 53.37%

 GREEN value IS 128 (50.39% from 255) = 33.16%

 BLUE value IS 52 (20.7% from 255) = 13.47%

R = 53.37%
G = 33.16%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE8034 (or 0xCE8034) is known color: Bronze. HEX triplet: CE, 80 and 34. RGB value is (206,128,52). Sum of RGB (Red+Green+Blue) = 206+128+52=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8034 is #317FCB. Grayscale: #8F8F8F. Windows color (decimal): -3243980 or 3440846. OLE color: 3440846.

HSL color Cylindrical-coordinate representation of color #CE8034: hue angle of 29.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE8034 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 128 52 -
CMYK 0 0.38 0.75 0.19
HSL 29.61º 0.61% 0.51% -
HSV(B) 29.61º 0.75% 0.81% -
XYZ 33.79 28.81 7.03 -
YUV 142.66 76.84 173.18 -
System Red Green Blue C M Y K H S L
Decimal 206 128 52 0 0.38 0.75 0.19 29.61 0.61 0.51
Hex CE 80 34 0 26 4B 13 1E 3D 33
Octal 316 200 64 0 46 113 23 36 75 63
Binary 11001110 10000000 110100 0 100110 1001011 10011 11110 111101 110011

Color Harmonies of #CE8034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8034

Black with #CE8034

Text Example


Text Example

White with #CE8034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8034; }

 p { color: rgb(206,128,52); }

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

background-color css

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

 a { background-color: rgb(206,128,52); }

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

border-color css

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

 span { border-color: rgb(206,128,52); }

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