Html Css Color HEX #CE8131 Bronze

📋 copy color: '#CE8131'

red 206 ◦ green 129 ◦ blue 49

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

Shades of Bronze #CE8131

Tints of Bronze #CE8131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.59%

 BLUE value IS 49 (19.53% from 255) = 12.76%

R = 53.65%
G = 33.59%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE8131 (or 0xCE8131) is known color: Bronze. HEX triplet: CE, 81 and 31. RGB value is (206,129,49). Sum of RGB (Red+Green+Blue) = 206+129+49=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8131 is #317ECE. Grayscale: #8F8F8F. Windows color (decimal): -3243727 or 3244494. OLE color: 3244494.

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

Color convert

RGB 206 129 49 -
CMYK 0 0.37 0.76 0.19
HSL 30.57º 0.62% 0.5% -
HSV(B) 30.57º 0.76% 0.81% -
XYZ 33.86 29.04 6.73 -
YUV 142.9 75.01 173 -
System Red Green Blue C M Y K H S L
Decimal 206 129 49 0 0.37 0.76 0.19 30.57 0.62 0.5
Hex CE 81 31 0 25 4C 13 1F 3E 32
Octal 316 201 61 0 45 114 23 37 76 62
Binary 11001110 10000001 110001 0 100101 1001100 10011 11111 111110 110010

Color Harmonies of #CE8131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8131

Black with #CE8131

Text Example


Text Example

White with #CE8131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8131; }

 p { color: rgb(206,129,49); }

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

background-color css

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

 a { background-color: rgb(206,129,49); }

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

border-color css

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

 span { border-color: rgb(206,129,49); }

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