Html Css Color HEX #C1742A Pirate Gold

📋 copy color: '#C1742A'

red 193 ◦ green 116 ◦ blue 42

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

Shades of Pirate Gold #C1742A

Tints of Pirate Gold #C1742A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

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

R = 54.99%
G = 33.05%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1742A (or 0xC1742A) is known color: Pirate Gold. HEX triplet: C1, 74 and 2A. RGB value is (193,116,42). Sum of RGB (Red+Green+Blue) = 193+116+42=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1742A is #3E8BD5. Grayscale: #828282. Windows color (decimal): -4099030 or 2782401. OLE color: 2782401.

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

Color convert

RGB 193 116 42 -
CMYK 0 0.40 0.78 0.24
HSL 29.4º 0.64% 0.46% -
HSV(B) 29.4º 0.78% 0.76% -
XYZ 28.66 24 5.31 -
YUV 130.59 78.01 172.52 -
System Red Green Blue C M Y K H S L
Decimal 193 116 42 0 0.40 0.78 0.24 29.4 0.64 0.46
Hex C1 74 2A 0 28 4E 18 1D 40 2E
Octal 301 164 52 0 50 116 30 35 100 56
Binary 11000001 1110100 101010 0 101000 1001110 11000 11101 1000000 101110

Color Harmonies of #C1742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1742A

Black with #C1742A

Text Example


Text Example

White with #C1742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1742A; }

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

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

background-color css

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

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

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

border-color css

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

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

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