Html Css Color HEX #C16E25 Pirate Gold

📋 copy color: '#C16E25'

red 193 ◦ green 110 ◦ blue 37

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

Shades of Pirate Gold #C16E25

Tints of Pirate Gold #C16E25

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.35%

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

R = 56.76%
G = 32.35%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C16E25 (or 0xC16E25) is known color: Pirate Gold. HEX triplet: C1, 6E and 25. RGB value is (193,110,37). Sum of RGB (Red+Green+Blue) = 193+110+37=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E25 is #3E91DA. Grayscale: #7E7E7E. Windows color (decimal): -4100571 or 2453185. OLE color: 2453185.

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

Color convert

RGB 193 110 37 -
CMYK 0 0.43 0.81 0.24
HSL 28.08º 0.68% 0.45% -
HSV(B) 28.08º 0.81% 0.76% -
XYZ 27.9 22.62 4.65 -
YUV 126.5 77.5 175.44 -
System Red Green Blue C M Y K H S L
Decimal 193 110 37 0 0.43 0.81 0.24 28.08 0.68 0.45
Hex C1 6E 25 0 2B 51 18 1C 44 2D
Octal 301 156 45 0 53 121 30 34 104 55
Binary 11000001 1101110 100101 0 101011 1010001 11000 11100 1000100 101101

Color Harmonies of #C16E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E25

Black with #C16E25

Text Example


Text Example

White with #C16E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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