Html Css Color HEX #C27929 Pirate Gold

📋 copy color: '#C27929'

red 194 ◦ green 121 ◦ blue 41

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

Shades of Pirate Gold #C27929

Tints of Pirate Gold #C27929

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.99%

 BLUE value IS 41 (16.41% from 255) = 11.52%

R = 54.49%
G = 33.99%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C27929 (or 0xC27929) is known color: Pirate Gold. HEX triplet: C2, 79 and 29. RGB value is (194,121,41). Sum of RGB (Red+Green+Blue) = 194+121+41=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C27929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27929 is #3D86D6. Grayscale: #868686. Windows color (decimal): -4032215 or 2718146. OLE color: 2718146.

HSL color Cylindrical-coordinate representation of color #C27929: hue angle of 31.37º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C27929 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 121 41 -
CMYK 0 0.38 0.79 0.24
HSL 31.37º 0.65% 0.46% -
HSV(B) 31.37º 0.79% 0.76% -
XYZ 29.49 25.3 5.43 -
YUV 133.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 194 121 41 0 0.38 0.79 0.24 31.37 0.65 0.46
Hex C2 79 29 0 26 4F 18 1F 41 2E
Octal 302 171 51 0 46 117 30 37 101 56
Binary 11000010 1111001 101001 0 100110 1001111 11000 11111 1000001 101110

Color Harmonies of #C27929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27929

Black with #C27929

Text Example


Text Example

White with #C27929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27929; }

 p { color: rgb(194,121,41); }

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

background-color css

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

 a { background-color: rgb(194,121,41); }

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

border-color css

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

 span { border-color: rgb(194,121,41); }

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