Html Css Color HEX #C2762B Pirate Gold

📋 copy color: '#C2762B'

red 194 ◦ green 118 ◦ blue 43

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

Shades of Pirate Gold #C2762B

Tints of Pirate Gold #C2762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 54.65%
G = 33.24%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2762B (or 0xC2762B) is known color: Pirate Gold. HEX triplet: C2, 76 and 2B. RGB value is (194,118,43). Sum of RGB (Red+Green+Blue) = 194+118+43=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2762B is #3D89D4. Grayscale: #848484. Windows color (decimal): -4032981 or 2848450. OLE color: 2848450.

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

Color convert

RGB 194 118 43 -
CMYK 0 0.39 0.78 0.24
HSL 29.8º 0.64% 0.46% -
HSV(B) 29.8º 0.78% 0.76% -
XYZ 29.16 24.6 5.5 -
YUV 132.17 77.68 172.1 -
System Red Green Blue C M Y K H S L
Decimal 194 118 43 0 0.39 0.78 0.24 29.8 0.64 0.46
Hex C2 76 2B 0 27 4E 18 1E 40 2E
Octal 302 166 53 0 47 116 30 36 100 56
Binary 11000010 1110110 101011 0 100111 1001110 11000 11110 1000000 101110

Color Harmonies of #C2762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2762B

Black with #C2762B

Text Example


Text Example

White with #C2762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2762B; }

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

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

background-color css

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

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

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

border-color css

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

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

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