Html Css Color HEX #C4792A Pirate Gold

📋 copy color: '#C4792A'

red 196 ◦ green 121 ◦ blue 42

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

Shades of Pirate Gold #C4792A

Tints of Pirate Gold #C4792A

RGB

 RED value IS 196 (76.95% from 255) = 54.6%

 GREEN value IS 121 (47.66% from 255) = 33.7%

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

R = 54.6%
G = 33.7%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4792A (or 0xC4792A) is known color: Pirate Gold. HEX triplet: C4, 79 and 2A. RGB value is (196,121,42). Sum of RGB (Red+Green+Blue) = 196+121+42=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4792A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4792A is #3B86D5. Grayscale: #868686. Windows color (decimal): -3901142 or 2783684. OLE color: 2783684.

HSL color Cylindrical-coordinate representation of color #C4792A: hue angle of 30.78º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4792A is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 121 42 -
CMYK 0 0.38 0.79 0.23
HSL 30.78º 0.65% 0.47% -
HSV(B) 30.78º 0.79% 0.77% -
XYZ 30.02 25.58 5.55 -
YUV 134.42 75.85 171.92 -
System Red Green Blue C M Y K H S L
Decimal 196 121 42 0 0.38 0.79 0.23 30.78 0.65 0.47
Hex C4 79 2A 0 26 4F 17 1F 41 2F
Octal 304 171 52 0 46 117 27 37 101 57
Binary 11000100 1111001 101010 0 100110 1001111 10111 11111 1000001 101111

Color Harmonies of #C4792A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4792A

Black with #C4792A

Text Example


Text Example

White with #C4792A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4792A; }

 p { color: rgb(196,121,42); }

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

background-color css

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

 a { background-color: rgb(196,121,42); }

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

border-color css

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

 span { border-color: rgb(196,121,42); }

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