Html Css Color HEX #CE792F Bronze

📋 copy color: '#CE792F'

red 206 ◦ green 121 ◦ blue 47

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

Shades of Bronze #CE792F

Tints of Bronze #CE792F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 55.08%
G = 32.35%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE792F (or 0xCE792F) is known color: Bronze. HEX triplet: CE, 79 and 2F. RGB value is (206,121,47). Sum of RGB (Red+Green+Blue) = 206+121+47=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE792F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE792F is #3186D0. Grayscale: #8A8A8A. Windows color (decimal): -3245777 or 3111374. OLE color: 3111374.

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

Color convert

RGB 206 121 47 -
CMYK 0 0.41 0.77 0.19
HSL 27.92º 0.63% 0.5% -
HSV(B) 27.92º 0.77% 0.81% -
XYZ 32.8 27 6.17 -
YUV 137.98 76.66 176.52 -
System Red Green Blue C M Y K H S L
Decimal 206 121 47 0 0.41 0.77 0.19 27.92 0.63 0.5
Hex CE 79 2F 0 29 4D 13 1C 3F 32
Octal 316 171 57 0 51 115 23 34 77 62
Binary 11001110 1111001 101111 0 101001 1001101 10011 11100 111111 110010

Color Harmonies of #CE792F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE792F

Black with #CE792F

Text Example


Text Example

White with #CE792F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE792F; }

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

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

background-color css

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

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

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

border-color css

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

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

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