Html Css Color HEX #CE7E32 Bronze

📋 copy color: '#CE7E32'

red 206 ◦ green 126 ◦ blue 50

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

Shades of Bronze #CE7E32

Tints of Bronze #CE7E32

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.98%

 BLUE value IS 50 (19.92% from 255) = 13.09%

R = 53.93%
G = 32.98%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE7E32 (or 0xCE7E32) is known color: Bronze. HEX triplet: CE, 7E and 32. RGB value is (206,126,50). Sum of RGB (Red+Green+Blue) = 206+126+50=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7E32 is #3181CD. Grayscale: #8D8D8D. Windows color (decimal): -3244494 or 3309262. OLE color: 3309262.

HSL color Cylindrical-coordinate representation of color #CE7E32: hue angle of 29.23º degrees, saturation: 0.61, 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 #CE7E32 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 126 50 -
CMYK 0 0.39 0.76 0.19
HSL 29.23º 0.61% 0.5% -
HSV(B) 29.23º 0.76% 0.81% -
XYZ 33.49 28.27 6.71 -
YUV 141.26 76.5 174.18 -
System Red Green Blue C M Y K H S L
Decimal 206 126 50 0 0.39 0.76 0.19 29.23 0.61 0.5
Hex CE 7E 32 0 27 4C 13 1D 3D 32
Octal 316 176 62 0 47 114 23 35 75 62
Binary 11001110 1111110 110010 0 100111 1001100 10011 11101 111101 110010

Color Harmonies of #CE7E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E32

Black with #CE7E32

Text Example


Text Example

White with #CE7E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E32; }

 p { color: rgb(206,126,50); }

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

background-color css

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

 a { background-color: rgb(206,126,50); }

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

border-color css

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

 span { border-color: rgb(206,126,50); }

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