Html Css Color HEX #C17025 Pirate Gold

📋 copy color: '#C17025'

red 193 ◦ green 112 ◦ blue 37

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

Shades of Pirate Gold #C17025

Tints of Pirate Gold #C17025

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

 BLUE value IS 37 (14.84% from 255) = 10.82%

R = 56.43%
G = 32.75%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C17025 (or 0xC17025) is known color: Pirate Gold. HEX triplet: C1, 70 and 25. RGB value is (193,112,37). Sum of RGB (Red+Green+Blue) = 193+112+37=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C17025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17025 is #3E8FDA. Grayscale: #808080. Windows color (decimal): -4100059 or 2453697. OLE color: 2453697.

HSL color Cylindrical-coordinate representation of color #C17025: hue angle of 28.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C17025 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 112 37 -
CMYK 0 0.42 0.81 0.24
HSL 28.85º 0.68% 0.45% -
HSV(B) 28.85º 0.81% 0.76% -
XYZ 28.12 23.06 4.72 -
YUV 127.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 193 112 37 0 0.42 0.81 0.24 28.85 0.68 0.45
Hex C1 70 25 0 2A 51 18 1D 44 2D
Octal 301 160 45 0 52 121 30 35 104 55
Binary 11000001 1110000 100101 0 101010 1010001 11000 11101 1000100 101101

Color Harmonies of #C17025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17025

Black with #C17025

Text Example


Text Example

White with #C17025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17025; }

 p { color: rgb(193,112,37); }

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

background-color css

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

 a { background-color: rgb(193,112,37); }

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

border-color css

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

 span { border-color: rgb(193,112,37); }

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