Html Css Color HEX #CE782D Bronze

📋 copy color: '#CE782D'

red 206 ◦ green 120 ◦ blue 45

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

Shades of Bronze #CE782D

Tints of Bronze #CE782D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.35%

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

R = 55.53%
G = 32.35%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE782D (or 0xCE782D) is known color: Bronze. HEX triplet: CE, 78 and 2D. RGB value is (206,120,45). Sum of RGB (Red+Green+Blue) = 206+120+45=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE782D is #3187D2. Grayscale: #898989. Windows color (decimal): -3246035 or 2980046. OLE color: 2980046.

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

Color convert

RGB 206 120 45 -
CMYK 0 0.42 0.78 0.19
HSL 27.95º 0.64% 0.49% -
HSV(B) 27.95º 0.78% 0.81% -
XYZ 32.64 26.74 5.92 -
YUV 137.16 75.99 177.1 -
System Red Green Blue C M Y K H S L
Decimal 206 120 45 0 0.42 0.78 0.19 27.95 0.64 0.49
Hex CE 78 2D 0 2A 4E 13 1C 40 31
Octal 316 170 55 0 52 116 23 34 100 61
Binary 11001110 1111000 101101 0 101010 1001110 10011 11100 1000000 110001

Color Harmonies of #CE782D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE782D

Black with #CE782D

Text Example


Text Example

White with #CE782D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE782D; }

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

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

background-color css

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

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

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

border-color css

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

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

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