Html Css Color HEX #CE8033 Bronze

📋 copy color: '#CE8033'

red 206 ◦ green 128 ◦ blue 51

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

Shades of Bronze #CE8033

Tints of Bronze #CE8033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.25%

R = 53.51%
G = 33.25%
B = 13.25%

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

#CE8033 (or 0xCE8033) is known color: Bronze. HEX triplet: CE, 80 and 33. RGB value is (206,128,51). Sum of RGB (Red+Green+Blue) = 206+128+51=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8033 is #317FCC. Grayscale: #8E8E8E. Windows color (decimal): -3243981 or 3375310. OLE color: 3375310.

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

Color convert

RGB 206 128 51 -
CMYK 0 0.38 0.75 0.19
HSL 29.81º 0.61% 0.5% -
HSV(B) 29.81º 0.75% 0.81% -
XYZ 33.77 28.8 6.91 -
YUV 142.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 206 128 51 0 0.38 0.75 0.19 29.81 0.61 0.5
Hex CE 80 33 0 26 4B 13 1E 3D 32
Octal 316 200 63 0 46 113 23 36 75 62
Binary 11001110 10000000 110011 0 100110 1001011 10011 11110 111101 110010

Color Harmonies of #CE8033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8033

Black with #CE8033

Text Example


Text Example

White with #CE8033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8033; }

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

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

background-color css

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

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

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

border-color css

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

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

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