Html Css Color HEX #C17825 Pirate Gold

📋 copy color: '#C17825'

red 193 ◦ green 120 ◦ blue 37

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

Shades of Pirate Gold #C17825

Tints of Pirate Gold #C17825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.29%

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

R = 55.14%
G = 34.29%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C17825 (or 0xC17825) is known color: Pirate Gold. HEX triplet: C1, 78 and 25. RGB value is (193,120,37). Sum of RGB (Red+Green+Blue) = 193+120+37=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C17825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17825 is #3E87DA. Grayscale: #848484. Windows color (decimal): -4098011 or 2455745. OLE color: 2455745.

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

Color convert

RGB 193 120 37 -
CMYK 0 0.38 0.81 0.24
HSL 31.92º 0.68% 0.45% -
HSV(B) 31.92º 0.81% 0.76% -
XYZ 29.04 24.9 5.03 -
YUV 132.37 74.18 171.25 -
System Red Green Blue C M Y K H S L
Decimal 193 120 37 0 0.38 0.81 0.24 31.92 0.68 0.45
Hex C1 78 25 0 26 51 18 20 44 2D
Octal 301 170 45 0 46 121 30 40 104 55
Binary 11000001 1111000 100101 0 100110 1010001 11000 100000 1000100 101101

Color Harmonies of #C17825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17825

Black with #C17825

Text Example


Text Example

White with #C17825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17825; }

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

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

background-color css

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

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

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

border-color css

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

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

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