Html Css Color HEX #C1782B Pirate Gold

📋 copy color: '#C1782B'

red 193 ◦ green 120 ◦ blue 43

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

Shades of Pirate Gold #C1782B

Tints of Pirate Gold #C1782B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.08%

R = 54.21%
G = 33.71%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1782B (or 0xC1782B) is known color: Pirate Gold. HEX triplet: C1, 78 and 2B. RGB value is (193,120,43). Sum of RGB (Red+Green+Blue) = 193+120+43=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1782B is #3E87D4. Grayscale: #858585. Windows color (decimal): -4098005 or 2848961. OLE color: 2848961.

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

Color convert

RGB 193 120 43 -
CMYK 0 0.38 0.78 0.24
HSL 30.8º 0.64% 0.46% -
HSV(B) 30.8º 0.78% 0.76% -
XYZ 29.14 24.94 5.56 -
YUV 133.05 77.18 170.76 -
System Red Green Blue C M Y K H S L
Decimal 193 120 43 0 0.38 0.78 0.24 30.8 0.64 0.46
Hex C1 78 2B 0 26 4E 18 1F 40 2E
Octal 301 170 53 0 46 116 30 37 100 56
Binary 11000001 1111000 101011 0 100110 1001110 11000 11111 1000000 101110

Color Harmonies of #C1782B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1782B

Black with #C1782B

Text Example


Text Example

White with #C1782B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1782B; }

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

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

background-color css

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

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

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

border-color css

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

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

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