Html Css Color HEX #C17526 Pirate Gold

📋 copy color: '#C17526'

red 193 ◦ green 117 ◦ blue 38

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

Shades of Pirate Gold #C17526

Tints of Pirate Gold #C17526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

 BLUE value IS 38 (15.23% from 255) = 10.92%

R = 55.46%
G = 33.62%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C17526 (or 0xC17526) is known color: Pirate Gold. HEX triplet: C1, 75 and 26. RGB value is (193,117,38). Sum of RGB (Red+Green+Blue) = 193+117+38=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C17526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17526 is #3E8AD9. Grayscale: #838383. Windows color (decimal): -4098778 or 2520513. OLE color: 2520513.

HSL color Cylindrical-coordinate representation of color #C17526: hue angle of 30.58º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C17526 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 117 38 -
CMYK 0 0.39 0.80 0.24
HSL 30.58º 0.67% 0.45% -
HSV(B) 30.58º 0.8% 0.76% -
XYZ 28.7 24.2 4.99 -
YUV 130.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 193 117 38 0 0.39 0.80 0.24 30.58 0.67 0.45
Hex C1 75 26 0 27 50 18 1F 43 2D
Octal 301 165 46 0 47 120 30 37 103 55
Binary 11000001 1110101 100110 0 100111 1010000 11000 11111 1000011 101101

Color Harmonies of #C17526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17526

Black with #C17526

Text Example


Text Example

White with #C17526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17526; }

 p { color: rgb(193,117,38); }

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

background-color css

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

 a { background-color: rgb(193,117,38); }

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

border-color css

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

 span { border-color: rgb(193,117,38); }

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