Html Css Color HEX #C17225 Pirate Gold

📋 copy color: '#C17225'

red 193 ◦ green 114 ◦ blue 37

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

Shades of Pirate Gold #C17225

Tints of Pirate Gold #C17225

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.14%

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

R = 56.1%
G = 33.14%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C17225 (or 0xC17225) is known color: Pirate Gold. HEX triplet: C1, 72 and 25. RGB value is (193,114,37). Sum of RGB (Red+Green+Blue) = 193+114+37=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C17225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17225 is #3E8DDA. Grayscale: #818181. Windows color (decimal): -4099547 or 2454209. OLE color: 2454209.

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

Color convert

RGB 193 114 37 -
CMYK 0 0.41 0.81 0.24
HSL 29.62º 0.68% 0.45% -
HSV(B) 29.62º 0.81% 0.76% -
XYZ 28.34 23.51 4.79 -
YUV 128.84 76.17 173.76 -
System Red Green Blue C M Y K H S L
Decimal 193 114 37 0 0.41 0.81 0.24 29.62 0.68 0.45
Hex C1 72 25 0 29 51 18 1E 44 2D
Octal 301 162 45 0 51 121 30 36 104 55
Binary 11000001 1110010 100101 0 101001 1010001 11000 11110 1000100 101101

Color Harmonies of #C17225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17225

Black with #C17225

Text Example


Text Example

White with #C17225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17225; }

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

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

background-color css

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

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

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

border-color css

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

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

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