Html Css Color HEX #C1792E Pirate Gold

📋 copy color: '#C1792E'

red 193 ◦ green 121 ◦ blue 46

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

Shades of Pirate Gold #C1792E

Tints of Pirate Gold #C1792E

RGB

 RED value IS 193 (75.78% from 255) = 53.61%

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

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

R = 53.61%
G = 33.61%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1792E (or 0xC1792E) is known color: Pirate Gold. HEX triplet: C1, 79 and 2E. RGB value is (193,121,46). Sum of RGB (Red+Green+Blue) = 193+121+46=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C1792E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1792E is #3E86D1. Grayscale: #868686. Windows color (decimal): -4097746 or 3045825. OLE color: 3045825.

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

Color convert

RGB 193 121 46 -
CMYK 0 0.37 0.76 0.24
HSL 30.61º 0.62% 0.47% -
HSV(B) 30.61º 0.76% 0.76% -
XYZ 29.32 25.21 5.91 -
YUV 133.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 193 121 46 0 0.37 0.76 0.24 30.61 0.62 0.47
Hex C1 79 2E 0 25 4C 18 1F 3E 2F
Octal 301 171 56 0 45 114 30 37 76 57
Binary 11000001 1111001 101110 0 100101 1001100 11000 11111 111110 101111

Color Harmonies of #C1792E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1792E

Black with #C1792E

Text Example


Text Example

White with #C1792E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1792E; }

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

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

background-color css

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

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

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

border-color css

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

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

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