Html Css Color HEX #C27925 Pirate Gold

📋 copy color: '#C27925'

red 194 ◦ green 121 ◦ blue 37

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

Shades of Pirate Gold #C27925

Tints of Pirate Gold #C27925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.51%

R = 55.11%
G = 34.38%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C27925 (or 0xC27925) is known color: Pirate Gold. HEX triplet: C2, 79 and 25. RGB value is (194,121,37). Sum of RGB (Red+Green+Blue) = 194+121+37=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C27925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27925 is #3D86DA. Grayscale: #858585. Windows color (decimal): -4032219 or 2456002. OLE color: 2456002.

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

Color convert

RGB 194 121 37 -
CMYK 0 0.38 0.81 0.24
HSL 32.1º 0.68% 0.45% -
HSV(B) 32.1º 0.81% 0.76% -
XYZ 29.42 25.28 5.08 -
YUV 133.25 73.68 171.33 -
System Red Green Blue C M Y K H S L
Decimal 194 121 37 0 0.38 0.81 0.24 32.1 0.68 0.45
Hex C2 79 25 0 26 51 18 20 44 2D
Octal 302 171 45 0 46 121 30 40 104 55
Binary 11000010 1111001 100101 0 100110 1010001 11000 100000 1000100 101101

Color Harmonies of #C27925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27925

Black with #C27925

Text Example


Text Example

White with #C27925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27925; }

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

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

background-color css

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

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

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

border-color css

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

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

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