Html Css Color HEX #C27425 Pirate Gold

📋 copy color: '#C27425'

red 194 ◦ green 116 ◦ blue 37

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

Shades of Pirate Gold #C27425

Tints of Pirate Gold #C27425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

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

R = 55.91%
G = 33.43%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C27425 (or 0xC27425) is known color: Pirate Gold. HEX triplet: C2, 74 and 25. RGB value is (194,116,37). Sum of RGB (Red+Green+Blue) = 194+116+37=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C27425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27425 is #3D8BDA. Grayscale: #828282. Windows color (decimal): -4033499 or 2454722. OLE color: 2454722.

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

Color convert

RGB 194 116 37 -
CMYK 0 0.40 0.81 0.24
HSL 30.19º 0.68% 0.45% -
HSV(B) 30.19º 0.81% 0.76% -
XYZ 28.83 24.09 4.88 -
YUV 130.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 194 116 37 0 0.40 0.81 0.24 30.19 0.68 0.45
Hex C2 74 25 0 28 51 18 1E 44 2D
Octal 302 164 45 0 50 121 30 36 104 55
Binary 11000010 1110100 100101 0 101000 1010001 11000 11110 1000100 101101

Color Harmonies of #C27425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27425

Black with #C27425

Text Example


Text Example

White with #C27425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27425; }

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

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

background-color css

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

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

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

border-color css

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

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

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