Html Css Color HEX #C16F26 Pirate Gold

📋 copy color: '#C16F26'

red 193 ◦ green 111 ◦ blue 38

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

Shades of Pirate Gold #C16F26

Tints of Pirate Gold #C16F26

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.46%

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

R = 56.43%
G = 32.46%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C16F26 (or 0xC16F26) is known color: Pirate Gold. HEX triplet: C1, 6F and 26. RGB value is (193,111,38). Sum of RGB (Red+Green+Blue) = 193+111+38=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F26 is #3E90D9. Grayscale: #7F7F7F. Windows color (decimal): -4100314 or 2518977. OLE color: 2518977.

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

Color convert

RGB 193 111 38 -
CMYK 0 0.42 0.80 0.24
HSL 28.26º 0.67% 0.45% -
HSV(B) 28.26º 0.8% 0.76% -
XYZ 28.03 22.85 4.77 -
YUV 127.2 77.67 174.94 -
System Red Green Blue C M Y K H S L
Decimal 193 111 38 0 0.42 0.80 0.24 28.26 0.67 0.45
Hex C1 6F 26 0 2A 50 18 1C 43 2D
Octal 301 157 46 0 52 120 30 34 103 55
Binary 11000001 1101111 100110 0 101010 1010000 11000 11100 1000011 101101

Color Harmonies of #C16F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F26

Black with #C16F26

Text Example


Text Example

White with #C16F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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