Html Css Color HEX #C2792D Pirate Gold

📋 copy color: '#C2792D'

red 194 ◦ green 121 ◦ blue 45

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

Shades of Pirate Gold #C2792D

Tints of Pirate Gold #C2792D

RGB

 RED value IS 194 (76.17% from 255) = 53.89%

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

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

R = 53.89%
G = 33.61%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2792D (or 0xC2792D) is known color: Pirate Gold. HEX triplet: C2, 79 and 2D. RGB value is (194,121,45). Sum of RGB (Red+Green+Blue) = 194+121+45=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2792D is #3D86D2. Grayscale: #868686. Windows color (decimal): -4032211 or 2980290. OLE color: 2980290.

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

Color convert

RGB 194 121 45 -
CMYK 0 0.38 0.77 0.24
HSL 30.6º 0.62% 0.47% -
HSV(B) 30.6º 0.77% 0.76% -
XYZ 29.56 25.33 5.81 -
YUV 134.16 77.68 170.68 -
System Red Green Blue C M Y K H S L
Decimal 194 121 45 0 0.38 0.77 0.24 30.6 0.62 0.47
Hex C2 79 2D 0 26 4D 18 1F 3E 2F
Octal 302 171 55 0 46 115 30 37 76 57
Binary 11000010 1111001 101101 0 100110 1001101 11000 11111 111110 101111

Color Harmonies of #C2792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2792D

Black with #C2792D

Text Example


Text Example

White with #C2792D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2792D; }

 p { color: rgb(194,121,45); }

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

background-color css

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

 a { background-color: rgb(194,121,45); }

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

border-color css

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

 span { border-color: rgb(194,121,45); }

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