Html Css Color HEX #CE8130 Bronze

📋 copy color: '#CE8130'

red 206 ◦ green 129 ◦ blue 48

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

Shades of Bronze #CE8130

Tints of Bronze #CE8130

RGB

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

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

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

R = 53.79%
G = 33.68%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE8130 (or 0xCE8130) is known color: Bronze. HEX triplet: CE, 81 and 30. RGB value is (206,129,48). Sum of RGB (Red+Green+Blue) = 206+129+48=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8130 is #317ECF. Grayscale: #8F8F8F. Windows color (decimal): -3243728 or 3178958. OLE color: 3178958.

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

Color convert

RGB 206 129 48 -
CMYK 0 0.37 0.77 0.19
HSL 30.76º 0.62% 0.5% -
HSV(B) 30.76º 0.77% 0.81% -
XYZ 33.84 29.04 6.62 -
YUV 142.79 74.51 173.09 -
System Red Green Blue C M Y K H S L
Decimal 206 129 48 0 0.37 0.77 0.19 30.76 0.62 0.5
Hex CE 81 30 0 25 4D 13 1F 3E 32
Octal 316 201 60 0 45 115 23 37 76 62
Binary 11001110 10000001 110000 0 100101 1001101 10011 11111 111110 110010

Color Harmonies of #CE8130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8130

Black with #CE8130

Text Example


Text Example

White with #CE8130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8130; }

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

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

background-color css

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

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

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

border-color css

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

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

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