Html Css Color HEX #C0792D Pirate Gold

📋 copy color: '#C0792D'

red 192 ◦ green 121 ◦ blue 45

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

Shades of Pirate Gold #C0792D

Tints of Pirate Gold #C0792D

RGB

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

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

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

R = 53.63%
G = 33.8%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0792D (or 0xC0792D) is known color: Pirate Gold. HEX triplet: C0, 79 and 2D. RGB value is (192,121,45). Sum of RGB (Red+Green+Blue) = 192+121+45=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0792D is #3F86D2. Grayscale: #858585. Windows color (decimal): -4163283 or 2980288. OLE color: 2980288.

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

Color convert

RGB 192 121 45 -
CMYK 0 0.37 0.77 0.25
HSL 31.02º 0.62% 0.46% -
HSV(B) 31.02º 0.77% 0.75% -
XYZ 29.05 25.07 5.79 -
YUV 133.57 78.02 169.68 -
System Red Green Blue C M Y K H S L
Decimal 192 121 45 0 0.37 0.77 0.25 31.02 0.62 0.46
Hex C0 79 2D 0 25 4D 19 1F 3E 2E
Octal 300 171 55 0 45 115 31 37 76 56
Binary 11000000 1111001 101101 0 100101 1001101 11001 11111 111110 101110

Color Harmonies of #C0792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0792D

Black with #C0792D

Text Example


Text Example

White with #C0792D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0792D; }

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

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

background-color css

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

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

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

border-color css

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

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

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