Html Css Color HEX #C17D20 Pirate Gold

📋 copy color: '#C17D20'

red 193 ◦ green 125 ◦ blue 32

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

Shades of Pirate Gold #C17D20

Tints of Pirate Gold #C17D20

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.71%

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

R = 55.14%
G = 35.71%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C17D20 (or 0xC17D20) is known color: Pirate Gold. HEX triplet: C1, 7D and 20. RGB value is (193,125,32). Sum of RGB (Red+Green+Blue) = 193+125+32=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17D20 is #3E82DF. Grayscale: #878787. Windows color (decimal): -4096736 or 2129345. OLE color: 2129345.

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

Color convert

RGB 193 125 32 -
CMYK 0 0.35 0.83 0.24
HSL 34.66º 0.72% 0.44% -
HSV(B) 34.66º 0.83% 0.76% -
XYZ 29.59 26.11 4.85 -
YUV 134.73 70.03 169.56 -
System Red Green Blue C M Y K H S L
Decimal 193 125 32 0 0.35 0.83 0.24 34.66 0.72 0.44
Hex C1 7D 20 0 23 53 18 23 48 2C
Octal 301 175 40 0 43 123 30 43 110 54
Binary 11000001 1111101 100000 0 100011 1010011 11000 100011 1001000 101100

Color Harmonies of #C17D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D20

Black with #C17D20

Text Example


Text Example

White with #C17D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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