Html Css Color HEX #C1801E Pirate Gold

📋 copy color: '#C1801E'

red 193 ◦ green 128 ◦ blue 30

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

Shades of Pirate Gold #C1801E

Tints of Pirate Gold #C1801E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 54.99%
G = 36.47%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1801E (or 0xC1801E) is known color: Pirate Gold. HEX triplet: C1, 80 and 1E. RGB value is (193,128,30). Sum of RGB (Red+Green+Blue) = 193+128+30=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1801E is #3E7FE1. Grayscale: #888888. Windows color (decimal): -4095970 or 1999041. OLE color: 1999041.

HSL color Cylindrical-coordinate representation of color #C1801E: hue angle of 36.07º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1801E is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 128 30 -
CMYK 0 0.34 0.84 0.24
HSL 36.07º 0.73% 0.44% -
HSV(B) 36.07º 0.84% 0.76% -
XYZ 29.95 26.87 4.84 -
YUV 136.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 193 128 30 0 0.34 0.84 0.24 36.07 0.73 0.44
Hex C1 80 1E 0 22 54 18 24 49 2C
Octal 301 200 36 0 42 124 30 44 111 54
Binary 11000001 10000000 11110 0 100010 1010100 11000 100100 1001001 101100

Color Harmonies of #C1801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1801E

Black with #C1801E

Text Example


Text Example

White with #C1801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1801E; }

 p { color: rgb(193,128,30); }

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

background-color css

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

 a { background-color: rgb(193,128,30); }

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

border-color css

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

 span { border-color: rgb(193,128,30); }

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