Html Css Color HEX #C0792B Pirate Gold

📋 copy color: '#C0792B'

red 192 ◦ green 121 ◦ blue 43

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

Shades of Pirate Gold #C0792B

Tints of Pirate Gold #C0792B

RGB

 RED value IS 192 (75.39% from 255) = 53.93%

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

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

R = 53.93%
G = 33.99%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0792B (or 0xC0792B) is known color: Pirate Gold. HEX triplet: C0, 79 and 2B. RGB value is (192,121,43). Sum of RGB (Red+Green+Blue) = 192+121+43=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0792B is #3F86D4. Grayscale: #858585. Windows color (decimal): -4163285 or 2849216. OLE color: 2849216.

HSL color Cylindrical-coordinate representation of color #C0792B: hue angle of 31.41º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0792B is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 43 -
CMYK 0 0.37 0.78 0.25
HSL 31.41º 0.63% 0.46% -
HSV(B) 31.41º 0.78% 0.75% -
XYZ 29.01 25.06 5.59 -
YUV 133.34 77.02 169.84 -
System Red Green Blue C M Y K H S L
Decimal 192 121 43 0 0.37 0.78 0.25 31.41 0.63 0.46
Hex C0 79 2B 0 25 4E 19 1F 3F 2E
Octal 300 171 53 0 45 116 31 37 77 56
Binary 11000000 1111001 101011 0 100101 1001110 11001 11111 111111 101110

Color Harmonies of #C0792B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0792B

Black with #C0792B

Text Example


Text Example

White with #C0792B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0792B; }

 p { color: rgb(192,121,43); }

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

background-color css

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

 a { background-color: rgb(192,121,43); }

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

border-color css

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

 span { border-color: rgb(192,121,43); }

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