Html Css Color HEX #C1772B Pirate Gold

📋 copy color: '#C1772B'

red 193 ◦ green 119 ◦ blue 43

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

Shades of Pirate Gold #C1772B

Tints of Pirate Gold #C1772B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

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

R = 54.37%
G = 33.52%
B = 12.11%

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

#C1772B (or 0xC1772B) is known color: Pirate Gold. HEX triplet: C1, 77 and 2B. RGB value is (193,119,43). Sum of RGB (Red+Green+Blue) = 193+119+43=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1772B is #3E88D4. Grayscale: #848484. Windows color (decimal): -4098261 or 2848705. OLE color: 2848705.

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

Color convert

RGB 193 119 43 -
CMYK 0 0.38 0.78 0.24
HSL 30.4º 0.64% 0.46% -
HSV(B) 30.4º 0.78% 0.76% -
XYZ 29.03 24.71 5.52 -
YUV 132.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 193 119 43 0 0.38 0.78 0.24 30.4 0.64 0.46
Hex C1 77 2B 0 26 4E 18 1E 40 2E
Octal 301 167 53 0 46 116 30 36 100 56
Binary 11000001 1110111 101011 0 100110 1001110 11000 11110 1000000 101110

Color Harmonies of #C1772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1772B

Black with #C1772B

Text Example


Text Example

White with #C1772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1772B; }

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

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

background-color css

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

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

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

border-color css

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

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

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