Html Css Color HEX #C27A26 Pirate Gold

📋 copy color: '#C27A26'

red 194 ◦ green 122 ◦ blue 38

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

Shades of Pirate Gold #C27A26

Tints of Pirate Gold #C27A26

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.46%

 BLUE value IS 38 (15.23% from 255) = 10.73%

R = 54.8%
G = 34.46%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C27A26 (or 0xC27A26) is known color: Pirate Gold. HEX triplet: C2, 7A and 26. RGB value is (194,122,38). Sum of RGB (Red+Green+Blue) = 194+122+38=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A26 is #3D85D9. Grayscale: #868686. Windows color (decimal): -4031962 or 2521794. OLE color: 2521794.

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

Color convert

RGB 194 122 38 -
CMYK 0 0.37 0.80 0.24
HSL 32.31º 0.67% 0.45% -
HSV(B) 32.31º 0.8% 0.76% -
XYZ 29.56 25.53 5.2 -
YUV 133.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 194 122 38 0 0.37 0.80 0.24 32.31 0.67 0.45
Hex C2 7A 26 0 25 50 18 20 43 2D
Octal 302 172 46 0 45 120 30 40 103 55
Binary 11000010 1111010 100110 0 100101 1010000 11000 100000 1000011 101101

Color Harmonies of #C27A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A26

Black with #C27A26

Text Example


Text Example

White with #C27A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A26; }

 p { color: rgb(194,122,38); }

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

background-color css

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

 a { background-color: rgb(194,122,38); }

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

border-color css

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

 span { border-color: rgb(194,122,38); }

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