Html Css Color HEX #C4792C Pirate Gold

📋 copy color: '#C4792C'

red 196 ◦ green 121 ◦ blue 44

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

Shades of Pirate Gold #C4792C

Tints of Pirate Gold #C4792C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 54.29%
G = 33.52%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4792C (or 0xC4792C) is known color: Pirate Gold. HEX triplet: C4, 79 and 2C. RGB value is (196,121,44). Sum of RGB (Red+Green+Blue) = 196+121+44=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4792C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4792C is #3B86D3. Grayscale: #878787. Windows color (decimal): -3901140 or 2914756. OLE color: 2914756.

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

Color convert

RGB 196 121 44 -
CMYK 0 0.38 0.78 0.23
HSL 30.39º 0.63% 0.47% -
HSV(B) 30.39º 0.78% 0.77% -
XYZ 30.06 25.59 5.74 -
YUV 134.65 76.85 171.76 -
System Red Green Blue C M Y K H S L
Decimal 196 121 44 0 0.38 0.78 0.23 30.39 0.63 0.47
Hex C4 79 2C 0 26 4E 17 1E 3F 2F
Octal 304 171 54 0 46 116 27 36 77 57
Binary 11000100 1111001 101100 0 100110 1001110 10111 11110 111111 101111

Color Harmonies of #C4792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4792C

Black with #C4792C

Text Example


Text Example

White with #C4792C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4792C; }

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

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

background-color css

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

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

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

border-color css

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

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

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