Html Css Color HEX #C17226 Pirate Gold

📋 copy color: '#C17226'

red 193 ◦ green 114 ◦ blue 38

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

Shades of Pirate Gold #C17226

Tints of Pirate Gold #C17226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.04%

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

R = 55.94%
G = 33.04%
B = 11.01%

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

#C17226 (or 0xC17226) is known color: Pirate Gold. HEX triplet: C1, 72 and 26. RGB value is (193,114,38). Sum of RGB (Red+Green+Blue) = 193+114+38=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C17226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17226 is #3E8DD9. Grayscale: #818181. Windows color (decimal): -4099546 or 2519745. OLE color: 2519745.

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

Color convert

RGB 193 114 38 -
CMYK 0 0.41 0.80 0.24
HSL 29.42º 0.67% 0.45% -
HSV(B) 29.42º 0.8% 0.76% -
XYZ 28.36 23.51 4.88 -
YUV 128.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 193 114 38 0 0.41 0.80 0.24 29.42 0.67 0.45
Hex C1 72 26 0 29 50 18 1D 43 2D
Octal 301 162 46 0 51 120 30 35 103 55
Binary 11000001 1110010 100110 0 101001 1010000 11000 11101 1000011 101101

Color Harmonies of #C17226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17226

Black with #C17226

Text Example


Text Example

White with #C17226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17226; }

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

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

background-color css

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

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

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

border-color css

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

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

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