Html Css Color HEX #C2772A Pirate Gold

📋 copy color: '#C2772A'

red 194 ◦ green 119 ◦ blue 42

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

Shades of Pirate Gold #C2772A

Tints of Pirate Gold #C2772A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

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

R = 54.65%
G = 33.52%
B = 11.83%

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

#C2772A (or 0xC2772A) is known color: Pirate Gold. HEX triplet: C2, 77 and 2A. RGB value is (194,119,42). Sum of RGB (Red+Green+Blue) = 194+119+42=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2772A is #3D88D5. Grayscale: #858585. Windows color (decimal): -4032726 or 2783170. OLE color: 2783170.

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

Color convert

RGB 194 119 42 -
CMYK 0 0.39 0.78 0.24
HSL 30.39º 0.64% 0.46% -
HSV(B) 30.39º 0.78% 0.76% -
XYZ 29.26 24.83 5.44 -
YUV 132.65 76.85 171.76 -
System Red Green Blue C M Y K H S L
Decimal 194 119 42 0 0.39 0.78 0.24 30.39 0.64 0.46
Hex C2 77 2A 0 27 4E 18 1E 40 2E
Octal 302 167 52 0 47 116 30 36 100 56
Binary 11000010 1110111 101010 0 100111 1001110 11000 11110 1000000 101110

Color Harmonies of #C2772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2772A

Black with #C2772A

Text Example


Text Example

White with #C2772A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2772A; }

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

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

background-color css

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

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

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

border-color css

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

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

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