Html Css Color HEX #C1792A Pirate Gold

📋 copy color: '#C1792A'

red 193 ◦ green 121 ◦ blue 42

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

Shades of Pirate Gold #C1792A

Tints of Pirate Gold #C1792A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 54.21%
G = 33.99%
B = 11.8%

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

#C1792A (or 0xC1792A) is known color: Pirate Gold. HEX triplet: C1, 79 and 2A. RGB value is (193,121,42). Sum of RGB (Red+Green+Blue) = 193+121+42=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1792A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1792A is #3E86D5. Grayscale: #858585. Windows color (decimal): -4097750 or 2783681. OLE color: 2783681.

HSL color Cylindrical-coordinate representation of color #C1792A: hue angle of 31.39º 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 #C1792A is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 121 42 -
CMYK 0 0.37 0.78 0.24
HSL 31.39º 0.64% 0.46% -
HSV(B) 31.39º 0.78% 0.76% -
XYZ 29.25 25.18 5.51 -
YUV 133.52 76.35 170.42 -
System Red Green Blue C M Y K H S L
Decimal 193 121 42 0 0.37 0.78 0.24 31.39 0.64 0.46
Hex C1 79 2A 0 25 4E 18 1F 40 2E
Octal 301 171 52 0 45 116 30 37 100 56
Binary 11000001 1111001 101010 0 100101 1001110 11000 11111 1000000 101110

Color Harmonies of #C1792A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1792A

Black with #C1792A

Text Example


Text Example

White with #C1792A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1792A; }

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

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

background-color css

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

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

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

border-color css

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

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

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