Html Css Color HEX #C17C1F Pirate Gold

📋 copy color: '#C17C1F'

red 193 ◦ green 124 ◦ blue 31

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

Shades of Pirate Gold #C17C1F

Tints of Pirate Gold #C17C1F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.63%

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 55.46%
G = 35.63%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C17C1F (or 0xC17C1F) is known color: Pirate Gold. HEX triplet: C1, 7C and 1F. RGB value is (193,124,31). Sum of RGB (Red+Green+Blue) = 193+124+31=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C1F is #3E83E0. Grayscale: #868686. Windows color (decimal): -4096993 or 2063553. OLE color: 2063553.

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

Color convert

RGB 193 124 31 -
CMYK 0 0.36 0.84 0.24
HSL 34.44º 0.72% 0.44% -
HSV(B) 34.44º 0.84% 0.76% -
XYZ 29.45 25.85 4.73 -
YUV 134.03 69.86 170.06 -
System Red Green Blue C M Y K H S L
Decimal 193 124 31 0 0.36 0.84 0.24 34.44 0.72 0.44
Hex C1 7C 1F 0 24 54 18 22 48 2C
Octal 301 174 37 0 44 124 30 42 110 54
Binary 11000001 1111100 11111 0 100100 1010100 11000 100010 1001000 101100

Color Harmonies of #C17C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C1F

Black with #C17C1F

Text Example


Text Example

White with #C17C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C1F; }

 p { color: rgb(193,124,31); }

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

background-color css

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

 a { background-color: rgb(193,124,31); }

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

border-color css

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

 span { border-color: rgb(193,124,31); }

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