Html Css Color HEX #C27A2E Pirate Gold

📋 copy color: '#C27A2E'

red 194 ◦ green 122 ◦ blue 46

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

Shades of Pirate Gold #C27A2E

Tints of Pirate Gold #C27A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.71%

R = 53.59%
G = 33.7%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C27A2E (or 0xC27A2E) is known color: Pirate Gold. HEX triplet: C2, 7A and 2E. RGB value is (194,122,46). Sum of RGB (Red+Green+Blue) = 194+122+46=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A2E is #3D85D1. Grayscale: #878787. Windows color (decimal): -4031954 or 3046082. OLE color: 3046082.

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

Color convert

RGB 194 122 46 -
CMYK 0 0.37 0.76 0.24
HSL 30.81º 0.62% 0.47% -
HSV(B) 30.81º 0.76% 0.76% -
XYZ 29.7 25.59 5.96 -
YUV 134.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 194 122 46 0 0.37 0.76 0.24 30.81 0.62 0.47
Hex C2 7A 2E 0 25 4C 18 1F 3E 2F
Octal 302 172 56 0 45 114 30 37 76 57
Binary 11000010 1111010 101110 0 100101 1001100 11000 11111 111110 101111

Color Harmonies of #C27A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A2E

Black with #C27A2E

Text Example


Text Example

White with #C27A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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