Html Css Color HEX #C27127 Pirate Gold

📋 copy color: '#C27127'

red 194 ◦ green 113 ◦ blue 39

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

Shades of Pirate Gold #C27127

Tints of Pirate Gold #C27127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 39 (15.63% from 255) = 11.27%

R = 56.07%
G = 32.66%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C27127 (or 0xC27127) is known color: Pirate Gold. HEX triplet: C2, 71 and 27. RGB value is (194,113,39). Sum of RGB (Red+Green+Blue) = 194+113+39=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C27127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27127 is #3D8ED8. Grayscale: #818181. Windows color (decimal): -4034265 or 2585026. OLE color: 2585026.

HSL color Cylindrical-coordinate representation of color #C27127: hue angle of 28.65º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C27127 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 113 39 -
CMYK 0 0.42 0.80 0.24
HSL 28.65º 0.67% 0.46% -
HSV(B) 28.65º 0.8% 0.76% -
XYZ 28.52 23.43 4.94 -
YUV 128.78 77.34 174.52 -
System Red Green Blue C M Y K H S L
Decimal 194 113 39 0 0.42 0.80 0.24 28.65 0.67 0.46
Hex C2 71 27 0 2A 50 18 1D 43 2E
Octal 302 161 47 0 52 120 30 35 103 56
Binary 11000010 1110001 100111 0 101010 1010000 11000 11101 1000011 101110

Color Harmonies of #C27127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27127

Black with #C27127

Text Example


Text Example

White with #C27127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27127; }

 p { color: rgb(194,113,39); }

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

background-color css

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

 a { background-color: rgb(194,113,39); }

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

border-color css

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

 span { border-color: rgb(194,113,39); }

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