Html Css Color HEX #C17925 Pirate Gold

📋 copy color: '#C17925'

red 193 ◦ green 121 ◦ blue 37

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

Shades of Pirate Gold #C17925

Tints of Pirate Gold #C17925

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.47%

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

R = 54.99%
G = 34.47%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C17925 (or 0xC17925) is known color: Pirate Gold. HEX triplet: C1, 79 and 25. RGB value is (193,121,37). Sum of RGB (Red+Green+Blue) = 193+121+37=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C17925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17925 is #3E86DA. Grayscale: #858585. Windows color (decimal): -4097755 or 2456001. OLE color: 2456001.

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

Color convert

RGB 193 121 37 -
CMYK 0 0.37 0.81 0.24
HSL 32.31º 0.68% 0.45% -
HSV(B) 32.31º 0.81% 0.76% -
XYZ 29.16 25.15 5.07 -
YUV 132.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 193 121 37 0 0.37 0.81 0.24 32.31 0.68 0.45
Hex C1 79 25 0 25 51 18 20 44 2D
Octal 301 171 45 0 45 121 30 40 104 55
Binary 11000001 1111001 100101 0 100101 1010001 11000 100000 1000100 101101

Color Harmonies of #C17925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17925

Black with #C17925

Text Example


Text Example

White with #C17925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17925; }

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

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

background-color css

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

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

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

border-color css

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

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

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