Html Css Color HEX #CE802E Bronze

📋 copy color: '#CE802E'

red 206 ◦ green 128 ◦ blue 46

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

Shades of Bronze #CE802E

Tints of Bronze #CE802E

RGB

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

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

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

R = 54.21%
G = 33.68%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE802E (or 0xCE802E) is known color: Bronze. HEX triplet: CE, 80 and 2E. RGB value is (206,128,46). Sum of RGB (Red+Green+Blue) = 206+128+46=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE802E is #317FD1. Grayscale: #8E8E8E. Windows color (decimal): -3243986 or 3047630. OLE color: 3047630.

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

Color convert

RGB 206 128 46 -
CMYK 0 0.38 0.78 0.19
HSL 30.75º 0.63% 0.49% -
HSV(B) 30.75º 0.78% 0.81% -
XYZ 33.67 28.76 6.36 -
YUV 141.97 73.84 173.67 -
System Red Green Blue C M Y K H S L
Decimal 206 128 46 0 0.38 0.78 0.19 30.75 0.63 0.49
Hex CE 80 2E 0 26 4E 13 1F 3F 31
Octal 316 200 56 0 46 116 23 37 77 61
Binary 11001110 10000000 101110 0 100110 1001110 10011 11111 111111 110001

Color Harmonies of #CE802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE802E

Black with #CE802E

Text Example


Text Example

White with #CE802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE802E; }

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

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

background-color css

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

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

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

border-color css

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

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

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