Html Css Color HEX #C1762A Pirate Gold

📋 copy color: '#C1762A'

red 193 ◦ green 118 ◦ blue 42

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

Shades of Pirate Gold #C1762A

Tints of Pirate Gold #C1762A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.43%

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 54.67%
G = 33.43%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1762A (or 0xC1762A) is known color: Pirate Gold. HEX triplet: C1, 76 and 2A. RGB value is (193,118,42). Sum of RGB (Red+Green+Blue) = 193+118+42=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1762A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1762A is #3E89D5. Grayscale: #848484. Windows color (decimal): -4098518 or 2782913. OLE color: 2782913.

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

Color convert

RGB 193 118 42 -
CMYK 0 0.39 0.78 0.24
HSL 30.2º 0.64% 0.46% -
HSV(B) 30.2º 0.78% 0.76% -
XYZ 28.89 24.46 5.39 -
YUV 131.76 77.35 171.68 -
System Red Green Blue C M Y K H S L
Decimal 193 118 42 0 0.39 0.78 0.24 30.2 0.64 0.46
Hex C1 76 2A 0 27 4E 18 1E 40 2E
Octal 301 166 52 0 47 116 30 36 100 56
Binary 11000001 1110110 101010 0 100111 1001110 11000 11110 1000000 101110

Color Harmonies of #C1762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1762A

Black with #C1762A

Text Example


Text Example

White with #C1762A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1762A; }

 p { color: rgb(193,118,42); }

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

background-color css

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

 a { background-color: rgb(193,118,42); }

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

border-color css

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

 span { border-color: rgb(193,118,42); }

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