Html Css Color HEX #C07A2D Pirate Gold

📋 copy color: '#C07A2D'

red 192 ◦ green 122 ◦ blue 45

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

Shades of Pirate Gold #C07A2D

Tints of Pirate Gold #C07A2D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.98%

 BLUE value IS 45 (17.97% from 255) = 12.53%

R = 53.48%
G = 33.98%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C07A2D (or 0xC07A2D) is known color: Pirate Gold. HEX triplet: C0, 7A and 2D. RGB value is (192,122,45). Sum of RGB (Red+Green+Blue) = 192+122+45=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A2D is #3F85D2. Grayscale: #868686. Windows color (decimal): -4163027 or 2980544. OLE color: 2980544.

HSL color Cylindrical-coordinate representation of color #C07A2D: hue angle of 31.43º degrees, saturation: 0.62, 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 #C07A2D is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 45 -
CMYK 0 0.36 0.77 0.25
HSL 31.43º 0.62% 0.46% -
HSV(B) 31.43º 0.77% 0.75% -
XYZ 29.17 25.32 5.83 -
YUV 134.15 77.69 169.26 -
System Red Green Blue C M Y K H S L
Decimal 192 122 45 0 0.36 0.77 0.25 31.43 0.62 0.46
Hex C0 7A 2D 0 24 4D 19 1F 3E 2E
Octal 300 172 55 0 44 115 31 37 76 56
Binary 11000000 1111010 101101 0 100100 1001101 11001 11111 111110 101110

Color Harmonies of #C07A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A2D

Black with #C07A2D

Text Example


Text Example

White with #C07A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A2D; }

 p { color: rgb(192,122,45); }

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

background-color css

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

 a { background-color: rgb(192,122,45); }

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

border-color css

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

 span { border-color: rgb(192,122,45); }

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