Html Css Color HEX #C1792B Pirate Gold

📋 copy color: '#C1792B'

red 193 ◦ green 121 ◦ blue 43

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

Shades of Pirate Gold #C1792B

Tints of Pirate Gold #C1792B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 54.06%
G = 33.89%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1792B (or 0xC1792B) is known color: Pirate Gold. HEX triplet: C1, 79 and 2B. RGB value is (193,121,43). Sum of RGB (Red+Green+Blue) = 193+121+43=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1792B is #3E86D4. Grayscale: #868686. Windows color (decimal): -4097749 or 2849217. OLE color: 2849217.

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

Color convert

RGB 193 121 43 -
CMYK 0 0.37 0.78 0.24
HSL 31.2º 0.64% 0.46% -
HSV(B) 31.2º 0.78% 0.76% -
XYZ 29.27 25.19 5.6 -
YUV 133.64 76.85 170.34 -
System Red Green Blue C M Y K H S L
Decimal 193 121 43 0 0.37 0.78 0.24 31.2 0.64 0.46
Hex C1 79 2B 0 25 4E 18 1F 40 2E
Octal 301 171 53 0 45 116 30 37 100 56
Binary 11000001 1111001 101011 0 100101 1001110 11000 11111 1000000 101110

Color Harmonies of #C1792B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1792B

Black with #C1792B

Text Example


Text Example

White with #C1792B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1792B; }

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

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

background-color css

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

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

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

border-color css

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

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

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