Html Css Color HEX #C0791E Pirate Gold

📋 copy color: '#C0791E'

red 192 ◦ green 121 ◦ blue 30

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

Shades of Pirate Gold #C0791E

Tints of Pirate Gold #C0791E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.75%

R = 55.98%
G = 35.28%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0791E (or 0xC0791E) is known color: Pirate Gold. HEX triplet: C0, 79 and 1E. RGB value is (192,121,30). Sum of RGB (Red+Green+Blue) = 192+121+30=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C0791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0791E is #3F86E1. Grayscale: #848484. Windows color (decimal): -4163298 or 1997248. OLE color: 1997248.

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

Color convert

RGB 192 121 30 -
CMYK 0 0.37 0.84 0.25
HSL 33.7º 0.73% 0.44% -
HSV(B) 33.7º 0.84% 0.75% -
XYZ 28.81 24.97 4.53 -
YUV 131.86 70.52 170.9 -
System Red Green Blue C M Y K H S L
Decimal 192 121 30 0 0.37 0.84 0.25 33.7 0.73 0.44
Hex C0 79 1E 0 25 54 19 22 49 2C
Octal 300 171 36 0 45 124 31 42 111 54
Binary 11000000 1111001 11110 0 100101 1010100 11001 100010 1001001 101100

Color Harmonies of #C0791E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0791E

Black with #C0791E

Text Example


Text Example

White with #C0791E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0791E; }

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

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

background-color css

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

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

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

border-color css

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

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

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