Html Css Color HEX #C17729 Pirate Gold

📋 copy color: '#C17729'

red 193 ◦ green 119 ◦ blue 41

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

Shades of Pirate Gold #C17729

Tints of Pirate Gold #C17729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.71%

 BLUE value IS 41 (16.41% from 255) = 11.61%

R = 54.67%
G = 33.71%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C17729 (or 0xC17729) is known color: Pirate Gold. HEX triplet: C1, 77 and 29. RGB value is (193,119,41). Sum of RGB (Red+Green+Blue) = 193+119+41=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C17729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17729 is #3E88D6. Grayscale: #848484. Windows color (decimal): -4098263 or 2717633. OLE color: 2717633.

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

Color convert

RGB 193 119 41 -
CMYK 0 0.38 0.79 0.24
HSL 30.79º 0.65% 0.46% -
HSV(B) 30.79º 0.79% 0.76% -
XYZ 28.99 24.69 5.34 -
YUV 132.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 193 119 41 0 0.38 0.79 0.24 30.79 0.65 0.46
Hex C1 77 29 0 26 4F 18 1F 41 2E
Octal 301 167 51 0 46 117 30 37 101 56
Binary 11000001 1110111 101001 0 100110 1001111 11000 11111 1000001 101110

Color Harmonies of #C17729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17729

Black with #C17729

Text Example


Text Example

White with #C17729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17729; }

 p { color: rgb(193,119,41); }

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

background-color css

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

 a { background-color: rgb(193,119,41); }

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

border-color css

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

 span { border-color: rgb(193,119,41); }

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