Html Css Color HEX #CE792D Bronze

📋 copy color: '#CE792D'

red 206 ◦ green 121 ◦ blue 45

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

Shades of Bronze #CE792D

Tints of Bronze #CE792D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.53%

 BLUE value IS 45 (17.97% from 255) = 12.1%

R = 55.38%
G = 32.53%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE792D (or 0xCE792D) is known color: Bronze. HEX triplet: CE, 79 and 2D. RGB value is (206,121,45). Sum of RGB (Red+Green+Blue) = 206+121+45=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE792D is #3186D2. Grayscale: #8A8A8A. Windows color (decimal): -3245779 or 2980302. OLE color: 2980302.

HSL color Cylindrical-coordinate representation of color #CE792D: hue angle of 28.32º degrees, saturation: 0.64, 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 #CE792D is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 121 45 -
CMYK 0 0.41 0.78 0.19
HSL 28.32º 0.64% 0.49% -
HSV(B) 28.32º 0.78% 0.81% -
XYZ 32.76 26.99 5.96 -
YUV 137.75 75.66 176.68 -
System Red Green Blue C M Y K H S L
Decimal 206 121 45 0 0.41 0.78 0.19 28.32 0.64 0.49
Hex CE 79 2D 0 29 4E 13 1C 40 31
Octal 316 171 55 0 51 116 23 34 100 61
Binary 11001110 1111001 101101 0 101001 1001110 10011 11100 1000000 110001

Color Harmonies of #CE792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE792D

Black with #CE792D

Text Example


Text Example

White with #CE792D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE792D; }

 p { color: rgb(206,121,45); }

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

background-color css

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

 a { background-color: rgb(206,121,45); }

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

border-color css

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

 span { border-color: rgb(206,121,45); }

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