Html Css Color HEX #C0792E Pirate Gold

📋 copy color: '#C0792E'

red 192 ◦ green 121 ◦ blue 46

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

Shades of Pirate Gold #C0792E

Tints of Pirate Gold #C0792E

RGB

 RED value IS 192 (75.39% from 255) = 53.48%

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

 BLUE value IS 46 (18.36% from 255) = 12.81%

R = 53.48%
G = 33.7%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0792E (or 0xC0792E) is known color: Pirate Gold. HEX triplet: C0, 79 and 2E. RGB value is (192,121,46). Sum of RGB (Red+Green+Blue) = 192+121+46=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C0792E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0792E is #3F86D1. Grayscale: #868686. Windows color (decimal): -4163282 or 3045824. OLE color: 3045824.

HSL color Cylindrical-coordinate representation of color #C0792E: hue angle of 30.82º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0792E is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 46 -
CMYK 0 0.37 0.76 0.25
HSL 30.82º 0.61% 0.47% -
HSV(B) 30.82º 0.76% 0.75% -
XYZ 29.07 25.08 5.89 -
YUV 133.68 78.52 169.6 -
System Red Green Blue C M Y K H S L
Decimal 192 121 46 0 0.37 0.76 0.25 30.82 0.61 0.47
Hex C0 79 2E 0 25 4C 19 1F 3D 2F
Octal 300 171 56 0 45 114 31 37 75 57
Binary 11000000 1111001 101110 0 100101 1001100 11001 11111 111101 101111

Color Harmonies of #C0792E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0792E

Black with #C0792E

Text Example


Text Example

White with #C0792E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0792E; }

 p { color: rgb(192,121,46); }

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

background-color css

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

 a { background-color: rgb(192,121,46); }

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

border-color css

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

 span { border-color: rgb(192,121,46); }

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