Html Css Color HEX #C17A20 Pirate Gold

📋 copy color: '#C17A20'

red 193 ◦ green 122 ◦ blue 32

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

Shades of Pirate Gold #C17A20

Tints of Pirate Gold #C17A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 32 (12.89% from 255) = 9.22%

R = 55.62%
G = 35.16%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C17A20 (or 0xC17A20) is known color: Pirate Gold. HEX triplet: C1, 7A and 20. RGB value is (193,122,32). Sum of RGB (Red+Green+Blue) = 193+122+32=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A20 is #3E85DF. Grayscale: #858585. Windows color (decimal): -4097504 or 2128577. OLE color: 2128577.

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

Color convert

RGB 193 122 32 -
CMYK 0 0.37 0.83 0.24
HSL 33.54º 0.72% 0.44% -
HSV(B) 33.54º 0.83% 0.76% -
XYZ 29.21 25.36 4.72 -
YUV 132.97 71.02 170.82 -
System Red Green Blue C M Y K H S L
Decimal 193 122 32 0 0.37 0.83 0.24 33.54 0.72 0.44
Hex C1 7A 20 0 25 53 18 22 48 2C
Octal 301 172 40 0 45 123 30 42 110 54
Binary 11000001 1111010 100000 0 100101 1010011 11000 100010 1001000 101100

Color Harmonies of #C17A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A20

Black with #C17A20

Text Example


Text Example

White with #C17A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A20; }

 p { color: rgb(193,122,32); }

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

background-color css

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

 a { background-color: rgb(193,122,32); }

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

border-color css

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

 span { border-color: rgb(193,122,32); }

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