Html Css Color HEX #C2772C Pirate Gold

📋 copy color: '#C2772C'

red 194 ◦ green 119 ◦ blue 44

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

Shades of Pirate Gold #C2772C

Tints of Pirate Gold #C2772C

RGB

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

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

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

R = 54.34%
G = 33.33%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2772C (or 0xC2772C) is known color: Pirate Gold. HEX triplet: C2, 77 and 2C. RGB value is (194,119,44). Sum of RGB (Red+Green+Blue) = 194+119+44=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2772C is #3D88D3. Grayscale: #858585. Windows color (decimal): -4032724 or 2914242. OLE color: 2914242.

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

Color convert

RGB 194 119 44 -
CMYK 0 0.39 0.77 0.24
HSL 30º 0.63% 0.47% -
HSV(B) 30º 0.77% 0.76% -
XYZ 29.3 24.84 5.63 -
YUV 132.88 77.85 171.6 -
System Red Green Blue C M Y K H S L
Decimal 194 119 44 0 0.39 0.77 0.24 30 0.63 0.47
Hex C2 77 2C 0 27 4D 18 1E 3F 2F
Octal 302 167 54 0 47 115 30 36 77 57
Binary 11000010 1110111 101100 0 100111 1001101 11000 11110 111111 101111

Color Harmonies of #C2772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2772C

Black with #C2772C

Text Example


Text Example

White with #C2772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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