Html Css Color HEX #C9782D Bronze

📋 copy color: '#C9782D'

red 201 ◦ green 120 ◦ blue 45

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

Shades of Bronze #C9782D

Tints of Bronze #C9782D

RGB

 RED value IS 201 (78.91% from 255) = 54.92%

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

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

R = 54.92%
G = 32.79%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9782D (or 0xC9782D) is known color: Bronze. HEX triplet: C9, 78 and 2D. RGB value is (201,120,45). Sum of RGB (Red+Green+Blue) = 201+120+45=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9782D is #3687D2. Grayscale: #888888. Windows color (decimal): -3573715 or 2980041. OLE color: 2980041.

HSL color Cylindrical-coordinate representation of color #C9782D: hue angle of 28.85º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9782D is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 120 45 -
CMYK 0 0.40 0.78 0.21
HSL 28.85º 0.63% 0.48% -
HSV(B) 28.85º 0.78% 0.79% -
XYZ 31.28 26.04 5.86 -
YUV 135.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 201 120 45 0 0.40 0.78 0.21 28.85 0.63 0.48
Hex C9 78 2D 0 28 4E 15 1D 3F 30
Octal 311 170 55 0 50 116 25 35 77 60
Binary 11001001 1111000 101101 0 101000 1001110 10101 11101 111111 110000

Color Harmonies of #C9782D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9782D

Black with #C9782D

Text Example


Text Example

White with #C9782D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9782D; }

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

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

background-color css

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

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

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

border-color css

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

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

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