Html Css Color HEX #C07C2C Pirate Gold

📋 copy color: '#C07C2C'

red 192 ◦ green 124 ◦ blue 44

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

Shades of Pirate Gold #C07C2C

Tints of Pirate Gold #C07C2C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.44%

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

R = 53.33%
G = 34.44%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C07C2C (or 0xC07C2C) is known color: Pirate Gold. HEX triplet: C0, 7C and 2C. RGB value is (192,124,44). Sum of RGB (Red+Green+Blue) = 192+124+44=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C2C is #3F83D3. Grayscale: #878787. Windows color (decimal): -4162516 or 2915520. OLE color: 2915520.

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

Color convert

RGB 192 124 44 -
CMYK 0 0.35 0.77 0.25
HSL 32.43º 0.63% 0.46% -
HSV(B) 32.43º 0.77% 0.75% -
XYZ 29.4 25.8 5.81 -
YUV 135.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 192 124 44 0 0.35 0.77 0.25 32.43 0.63 0.46
Hex C0 7C 2C 0 23 4D 19 20 3F 2E
Octal 300 174 54 0 43 115 31 40 77 56
Binary 11000000 1111100 101100 0 100011 1001101 11001 100000 111111 101110

Color Harmonies of #C07C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C2C

Black with #C07C2C

Text Example


Text Example

White with #C07C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C2C; }

 p { color: rgb(192,124,44); }

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

background-color css

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

 a { background-color: rgb(192,124,44); }

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

border-color css

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

 span { border-color: rgb(192,124,44); }

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