Html Css Color HEX #C17126 Pirate Gold

📋 copy color: '#C17126'

red 193 ◦ green 113 ◦ blue 38

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

Shades of Pirate Gold #C17126

Tints of Pirate Gold #C17126

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.85%

 BLUE value IS 38 (15.23% from 255) = 11.05%

R = 56.1%
G = 32.85%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C17126 (or 0xC17126) is known color: Pirate Gold. HEX triplet: C1, 71 and 26. RGB value is (193,113,38). Sum of RGB (Red+Green+Blue) = 193+113+38=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C17126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17126 is #3E8ED9. Grayscale: #808080. Windows color (decimal): -4099802 or 2519489. OLE color: 2519489.

HSL color Cylindrical-coordinate representation of color #C17126: hue angle of 29.03º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C17126 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 113 38 -
CMYK 0 0.41 0.80 0.24
HSL 29.03º 0.67% 0.45% -
HSV(B) 29.03º 0.8% 0.76% -
XYZ 28.25 23.29 4.84 -
YUV 128.37 77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 193 113 38 0 0.41 0.80 0.24 29.03 0.67 0.45
Hex C1 71 26 0 29 50 18 1D 43 2D
Octal 301 161 46 0 51 120 30 35 103 55
Binary 11000001 1110001 100110 0 101001 1010000 11000 11101 1000011 101101

Color Harmonies of #C17126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17126

Black with #C17126

Text Example


Text Example

White with #C17126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17126; }

 p { color: rgb(193,113,38); }

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

background-color css

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

 a { background-color: rgb(193,113,38); }

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

border-color css

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

 span { border-color: rgb(193,113,38); }

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