Html Css Color HEX #C2782A Pirate Gold

📋 copy color: '#C2782A'

red 194 ◦ green 120 ◦ blue 42

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

Shades of Pirate Gold #C2782A

Tints of Pirate Gold #C2782A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 54.49%
G = 33.71%
B = 11.8%

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

#C2782A (or 0xC2782A) is known color: Pirate Gold. HEX triplet: C2, 78 and 2A. RGB value is (194,120,42). Sum of RGB (Red+Green+Blue) = 194+120+42=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2782A is #3D87D5. Grayscale: #858585. Windows color (decimal): -4032470 or 2783426. OLE color: 2783426.

HSL color Cylindrical-coordinate representation of color #C2782A: hue angle of 30.79º 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 #C2782A is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 120 42 -
CMYK 0 0.38 0.78 0.24
HSL 30.79º 0.64% 0.46% -
HSV(B) 30.79º 0.78% 0.76% -
XYZ 29.38 25.07 5.48 -
YUV 133.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 194 120 42 0 0.38 0.78 0.24 30.79 0.64 0.46
Hex C2 78 2A 0 26 4E 18 1F 40 2E
Octal 302 170 52 0 46 116 30 37 100 56
Binary 11000010 1111000 101010 0 100110 1001110 11000 11111 1000000 101110

Color Harmonies of #C2782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2782A

Black with #C2782A

Text Example


Text Example

White with #C2782A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2782A; }

 p { color: rgb(194,120,42); }

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

background-color css

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

 a { background-color: rgb(194,120,42); }

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

border-color css

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

 span { border-color: rgb(194,120,42); }

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