Html Css Color HEX #C2782C Pirate Gold

📋 copy color: '#C2782C'

red 194 ◦ green 120 ◦ blue 44

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

Shades of Pirate Gold #C2782C

Tints of Pirate Gold #C2782C

RGB

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

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

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

R = 54.19%
G = 33.52%
B = 12.29%

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

#C2782C (or 0xC2782C) is known color: Pirate Gold. HEX triplet: C2, 78 and 2C. RGB value is (194,120,44). Sum of RGB (Red+Green+Blue) = 194+120+44=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2782C is #3D87D3. Grayscale: #858585. Windows color (decimal): -4032468 or 2914498. OLE color: 2914498.

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

Color convert

RGB 194 120 44 -
CMYK 0 0.38 0.77 0.24
HSL 30.4º 0.63% 0.47% -
HSV(B) 30.4º 0.77% 0.76% -
XYZ 29.42 25.08 5.67 -
YUV 133.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 194 120 44 0 0.38 0.77 0.24 30.4 0.63 0.47
Hex C2 78 2C 0 26 4D 18 1E 3F 2F
Octal 302 170 54 0 46 115 30 36 77 57
Binary 11000010 1111000 101100 0 100110 1001101 11000 11110 111111 101111

Color Harmonies of #C2782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2782C

Black with #C2782C

Text Example


Text Example

White with #C2782C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2782C; }

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

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

background-color css

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

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

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

border-color css

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

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

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