Html Css Color HEX #C17C28 Pirate Gold

📋 copy color: '#C17C28'

red 193 ◦ green 124 ◦ blue 40

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

Shades of Pirate Gold #C17C28

Tints of Pirate Gold #C17C28

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.73%

 BLUE value IS 40 (16.02% from 255) = 11.2%

R = 54.06%
G = 34.73%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C17C28 (or 0xC17C28) is known color: Pirate Gold. HEX triplet: C1, 7C and 28. RGB value is (193,124,40). Sum of RGB (Red+Green+Blue) = 193+124+40=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C28 is #3E83D7. Grayscale: #878787. Windows color (decimal): -4096984 or 2653377. OLE color: 2653377.

HSL color Cylindrical-coordinate representation of color #C17C28: hue angle of 32.94º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C17C28 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 124 40 -
CMYK 0 0.36 0.79 0.24
HSL 32.94º 0.66% 0.46% -
HSV(B) 32.94º 0.79% 0.76% -
XYZ 29.58 25.91 5.45 -
YUV 135.06 74.36 169.33 -
System Red Green Blue C M Y K H S L
Decimal 193 124 40 0 0.36 0.79 0.24 32.94 0.66 0.46
Hex C1 7C 28 0 24 4F 18 21 42 2E
Octal 301 174 50 0 44 117 30 41 102 56
Binary 11000001 1111100 101000 0 100100 1001111 11000 100001 1000010 101110

Color Harmonies of #C17C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C28

Black with #C17C28

Text Example


Text Example

White with #C17C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C28; }

 p { color: rgb(193,124,40); }

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

background-color css

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

 a { background-color: rgb(193,124,40); }

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

border-color css

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

 span { border-color: rgb(193,124,40); }

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