Html Css Color HEX #C17826 Pirate Gold

📋 copy color: '#C17826'

red 193 ◦ green 120 ◦ blue 38

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

Shades of Pirate Gold #C17826

Tints of Pirate Gold #C17826

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.19%

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

R = 54.99%
G = 34.19%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C17826 (or 0xC17826) is known color: Pirate Gold. HEX triplet: C1, 78 and 26. RGB value is (193,120,38). Sum of RGB (Red+Green+Blue) = 193+120+38=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C17826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17826 is #3E87D9. Grayscale: #848484. Windows color (decimal): -4098010 or 2521281. OLE color: 2521281.

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

Color convert

RGB 193 120 38 -
CMYK 0 0.38 0.80 0.24
HSL 31.74º 0.67% 0.45% -
HSV(B) 31.74º 0.8% 0.76% -
XYZ 29.06 24.91 5.11 -
YUV 132.48 74.68 171.17 -
System Red Green Blue C M Y K H S L
Decimal 193 120 38 0 0.38 0.80 0.24 31.74 0.67 0.45
Hex C1 78 26 0 26 50 18 20 43 2D
Octal 301 170 46 0 46 120 30 40 103 55
Binary 11000001 1111000 100110 0 100110 1010000 11000 100000 1000011 101101

Color Harmonies of #C17826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17826

Black with #C17826

Text Example


Text Example

White with #C17826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17826; }

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

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

background-color css

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

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

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

border-color css

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

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

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