Html Css Color HEX #C1792C Pirate Gold

📋 copy color: '#C1792C'

red 193 ◦ green 121 ◦ blue 44

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

Shades of Pirate Gold #C1792C

Tints of Pirate Gold #C1792C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.29%

R = 53.91%
G = 33.8%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1792C (or 0xC1792C) is known color: Pirate Gold. HEX triplet: C1, 79 and 2C. RGB value is (193,121,44). Sum of RGB (Red+Green+Blue) = 193+121+44=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1792C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1792C is #3E86D3. Grayscale: #868686. Windows color (decimal): -4097748 or 2914753. OLE color: 2914753.

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

Color convert

RGB 193 121 44 -
CMYK 0 0.37 0.77 0.24
HSL 31.01º 0.63% 0.46% -
HSV(B) 31.01º 0.77% 0.76% -
XYZ 29.28 25.19 5.7 -
YUV 133.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 193 121 44 0 0.37 0.77 0.24 31.01 0.63 0.46
Hex C1 79 2C 0 25 4D 18 1F 3F 2E
Octal 301 171 54 0 45 115 30 37 77 56
Binary 11000001 1111001 101100 0 100101 1001101 11000 11111 111111 101110

Color Harmonies of #C1792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1792C

Black with #C1792C

Text Example


Text Example

White with #C1792C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1792C; }

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

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

background-color css

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

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

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

border-color css

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

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

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