Html Css Color HEX #C17A2C Pirate Gold

📋 copy color: '#C17A2C'

red 193 ◦ green 122 ◦ blue 44

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

Shades of Pirate Gold #C17A2C

Tints of Pirate Gold #C17A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.26%

R = 53.76%
G = 33.98%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C17A2C (or 0xC17A2C) is known color: Pirate Gold. HEX triplet: C1, 7A and 2C. RGB value is (193,122,44). Sum of RGB (Red+Green+Blue) = 193+122+44=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A2C is #3E85D3. Grayscale: #868686. Windows color (decimal): -4097492 or 2915009. OLE color: 2915009.

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

Color convert

RGB 193 122 44 -
CMYK 0 0.37 0.77 0.24
HSL 31.41º 0.63% 0.46% -
HSV(B) 31.41º 0.77% 0.76% -
XYZ 29.41 25.44 5.74 -
YUV 134.34 77.02 169.84 -
System Red Green Blue C M Y K H S L
Decimal 193 122 44 0 0.37 0.77 0.24 31.41 0.63 0.46
Hex C1 7A 2C 0 25 4D 18 1F 3F 2E
Octal 301 172 54 0 45 115 30 37 77 56
Binary 11000001 1111010 101100 0 100101 1001101 11000 11111 111111 101110

Color Harmonies of #C17A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A2C

Black with #C17A2C

Text Example


Text Example

White with #C17A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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