Html Css Color HEX #CE7F31 Bronze

📋 copy color: '#CE7F31'

red 206 ◦ green 127 ◦ blue 49

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

Shades of Bronze #CE7F31

Tints of Bronze #CE7F31

RGB

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

 GREEN value IS 127 (50% from 255) = 33.25%

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

R = 53.93%
G = 33.25%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE7F31 (or 0xCE7F31) is known color: Bronze. HEX triplet: CE, 7F and 31. RGB value is (206,127,49). Sum of RGB (Red+Green+Blue) = 206+127+49=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7F31 is #3180CE. Grayscale: #8E8E8E. Windows color (decimal): -3244239 or 3243982. OLE color: 3243982.

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

Color convert

RGB 206 127 49 -
CMYK 0 0.38 0.76 0.19
HSL 29.81º 0.62% 0.5% -
HSV(B) 29.81º 0.76% 0.81% -
XYZ 33.6 28.52 6.64 -
YUV 141.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 206 127 49 0 0.38 0.76 0.19 29.81 0.62 0.5
Hex CE 7F 31 0 26 4C 13 1E 3E 32
Octal 316 177 61 0 46 114 23 36 76 62
Binary 11001110 1111111 110001 0 100110 1001100 10011 11110 111110 110010

Color Harmonies of #CE7F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F31

Black with #CE7F31

Text Example


Text Example

White with #CE7F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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