Html Css Color HEX #C2792B Pirate Gold

📋 copy color: '#C2792B'

red 194 ◦ green 121 ◦ blue 43

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

Shades of Pirate Gold #C2792B

Tints of Pirate Gold #C2792B

RGB

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

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

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

R = 54.19%
G = 33.8%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2792B (or 0xC2792B) is known color: Pirate Gold. HEX triplet: C2, 79 and 2B. RGB value is (194,121,43). Sum of RGB (Red+Green+Blue) = 194+121+43=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2792B is #3D86D4. Grayscale: #868686. Windows color (decimal): -4032213 or 2849218. OLE color: 2849218.

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

Color convert

RGB 194 121 43 -
CMYK 0 0.38 0.78 0.24
HSL 30.99º 0.64% 0.46% -
HSV(B) 30.99º 0.78% 0.76% -
XYZ 29.52 25.32 5.62 -
YUV 133.94 76.68 170.84 -
System Red Green Blue C M Y K H S L
Decimal 194 121 43 0 0.38 0.78 0.24 30.99 0.64 0.46
Hex C2 79 2B 0 26 4E 18 1F 40 2E
Octal 302 171 53 0 46 116 30 37 100 56
Binary 11000010 1111001 101011 0 100110 1001110 11000 11111 1000000 101110

Color Harmonies of #C2792B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2792B

Black with #C2792B

Text Example


Text Example

White with #C2792B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2792B; }

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

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

background-color css

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

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

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

border-color css

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

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

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